Skip to content

v0.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Sep 21:47
· 9 commits to master since this release
f2cb16f
  • Adding maps.Flip, maps.FlipSlice, and sets.FlipMap.
  • Adding sets.All, sets.Any, and sets.None.
  • The signature of sets.Delete and sets.Insert has changed to use variadic args to allow multiple deletes and inserts in a single call, respectively.