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 looks like quick() can be const fn. Not sure about progressive. Having quick() as a const would make it a bit easier to keep constants grouped together in my library. On the other hand, it might be odd to have one const and the other not.