pastel 0.3.0
pastel: ^0.3.0 copied to clipboard
A library for convinient code writing.
0.0.1 #
- Initial version.
0.0.2 #
- Add
Option<T>class.
0.1.0 #
- Add
PastelError,ExceptionError,StringErrorclass. - Change
Result<O, E>toResult<O>.
0.1.1 #
- Add
example.dartfile.
0.2.0 #
- Add some iterable functions.
- Add
ImmutableList<T>,ImmutableMap<T>class.
0.3.0 #
- Add
Either<L, R>class. - Add
cond<T, R>,match<T, R>,when<T, R>functions. - Add
Scope<T>class.