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
Sometimes I want to return from a function a read-only Set backed by mapset's Set. It would be great if this package would define a read-only sub-set of Set interface for this purpose.
Current Set interface could then be defined by expanding the read-only Set interface with methods for mutability.