Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@yajamon yajamon released this 28 Apr 18:12
4c68e05

Enhancement

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

Deprecated

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