Skip to content

v1.5.5

Compare
Choose a tag to compare
@andeya andeya released this 22 May 16:07
· 3 commits to main since this release
  • Change Option.value to a single pointer. #5
  • Improved catch function.
  • Make *Option, *EnumResult, and *Result implement the iterator trait, rather than implementing it for their element type.
  • Inline the NextBack method to improve performance.
  • Some other optimizations.