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
{{ message }}
This repository was archived by the owner on May 25, 2025. It is now read-only.
nodiscard should be used for clarity, especially for things like "get_runtime()", where it doesn't make sense to call the function by itself, simply because all it does is return something, nothing else.
nodiscard should be used for clarity, especially for things like "get_runtime()", where it doesn't make sense to call the function by itself, simply because all it does is return something, nothing else.