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
They are the only utility functions that have parameters that are not constant references, and instead use copy-by value parameter passing. I believe change those parameters to const references would be more consistent with the other utility functions, and could even help a bit with performance (even though I'm no optimization expert), as in: