Skip to content

v0.2.0

Compare
Choose a tag to compare
@mathroc mathroc released this 04 Jul 15:08
· 11 commits to main since this release
2a8a47e

New features

  • Option::isSome(): bool
  • Option::isSomeAnd(callable $predicate): bool
  • Option::isNone(): bool
  • Result::isOk(): bool
  • Result::isOkAnd(callable $predicate): bool
  • Result::isErr(): bool
  • Result::isErrAnd(callable $predicate): bool