Skip to content

Simple Result<T>s

Latest
Compare
Choose a tag to compare
@Archenoth Archenoth released this 15 Jan 06:03
9f3eda3

First release of Result! Allowing for the basic behavior of:

  • Destructuring of results into Some<T>(var value) and None()
  • Smooth conversion and interaction with Optional<T> values