v0.9.0
- Adding
maps.Flip
,maps.FlipSlice
, andsets.FlipMap
. - Adding
sets.All
,sets.Any
, andsets.None
. - The signature of
sets.Delete
andsets.Insert
has changed to use variadic args to allow multiple deletes and inserts in a single call, respectively.