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
By "makes sense" I mostly mean "whereever the first argument to a function is the same type as the name of the module." So a function like str::to_chars("asdf") becomes "asdf".to_chars(), but vec::from_fn(5, |x| x) can be left as a function.