Skip to content

2.1.1

Latest
Compare
Choose a tag to compare
@Momijiichigo Momijiichigo released this 19 Aug 20:23
· 1 commit to main since this release

Major update v2

  • Added Option.insert related methods
    • insert
    • get_or_insert
    • get_or_insert_with

Breaking Changes

  • Option.None is no longer an object, but a function just like Option.Some
  • This is to prevent many parts of code sharing one None, since updating None into Some is now possible.