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
don't normalize in place in most cases
For most of the API service, it is safer to assume users don't want the original value modified, especially with Contains(). Caller should Normalize() first to save time if they expect to use the same value many times with this package.