A pure Dart implementation of patterns found in Rust's core library. Types include Result, Option, Cell, Slice, Array, Iterator, etc. Facilitates functional programming and error handling.
MIT License
115
stars
2
forks
source link
Asynchronous version of the Early Return Operator #2
Adds the functionality of using the early return operator in a asynchronous context. Includes documentation and tests.