Skip to content

v4.2.0

Compare
Choose a tag to compare
@nlfiedler nlfiedler released this 01 May 21:41
· 136 commits to master since this release

Added

  • lemunozm: added isSome(), isNone() to Option.
  • lemunozm: added isOk(), isErr() to Result.
  • lemunozm: added Option.from() and Option.toNullable() to make easy conversions with nullable values.
  • Added a Unit type that is similar to Rust's () type.