Skip to content

v0.3.0

Compare
Choose a tag to compare
@oissevalt oissevalt released this 18 Mar 02:58
· 10 commits to main since this release
  • Implemented support for pointer-like types, such as slices, maps, channels, and interfaces
    • Nil slices are valid Some, since calling len, cap, and append on a nil slice is safe
  • New NewOptional function that chooses Optional implementation according to the specific type