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
The const_fn feature allows marking free functions and inherent methods as const, enabling them to be called in constants contexts, with constant arguments.
But that part of const_fn is already stable: #![feature(const_fn)] enables additional functionality.