Skip to content

v0.3.0

Latest

Choose a tag to compare

@yajamon yajamon released this 28 Apr 18:12
· 20 commits to master since this release
4c68e05

Enhancement

  • Add function ok<T>(value: T)
  • Add function err<E>(error: E)

Deprecated

  • Ok<T>(value: T)
  • Err<E>(error: E)