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
OK, I get it - because remove returns a Set not a NonEmptySet
So looking at the API, I'd personally like a removeNonEmpty(elem: A): Option[NonEmptySet[A]]
which is a set-based equivalent to tailNonEmpty
I'll put one in
was this just left out or was it deliberate?
The text was updated successfully, but these errors were encountered: