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 Dec 22, 2021. It is now read-only.
In most codebases I've seen people just use seq.length/size <> n even though seq.lengthCompare(n) <> 0 is recommended for sequential collections. In some cases it's probably for lack of knowledge, but in others the latter is just deemed too unreadable.
My suggestion is to add some shortcuts that make it more pleasant to use.
Something along those lines: