Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 181 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 181 Bytes

'OneOf' used as 'Option Type' compared with pure 'Option Type'

  • OneOf<T, None>
  • Option<T>

Both have a similar Match function to handle both cases (value or None).