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
It should be possible to make some functions constant, at least simple ones like an empty state. It will require to add extra constructors because runtime feature detection is obviously not constant. With further evolution of constant functions in rust it should be possible to precompute State instances if one always uses some keying.
The text was updated successfully, but these errors were encountered:
I wonder if this would make more sense as a separate crate. Maybe there'd be no need for the State model anyway, and everything could be all-at-once functions?
It should be possible to make some functions constant, at least simple ones like an empty state. It will require to add extra constructors because runtime feature detection is obviously not constant. With further evolution of constant functions in rust it should be possible to precompute State instances if one always uses some keying.
The text was updated successfully, but these errors were encountered: