v0.3.0
- Implemented support for pointer-like types, such as slices, maps, channels, and interfaces
- Nil slices are valid Some, since calling
len
,cap
, andappend
on a nil slice is safe
- Nil slices are valid Some, since calling
- New
NewOptional
function that choosesOptional
implementation according to the specific type