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
AnyValue- family downcast now use provided type for compile-time optimization,
instead of potentially unknown underlying type (which disabled optimization technique).
Breaking Changes
AnyValue + AnyValueUnknown traits broken down into:
AnyValueUnknown -> AnyValueTypeless.
Introduced AnyValueSizeless - AnyValue that does know size and type.