You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make KeyValueIntHWM keys strictly integers. Previously string values could be used. (#103)
KeyValueHWM now has 2 required generic arguments - KeyValueHWMKeyType and KeyValueHWMValueType. This allows creating own key -> value HWM types with arbitrary key type (previously it was Any). (#103)