elegant 0.0.6 copy "elegant: ^0.0.6" to clipboard
elegant: ^0.0.6 copied to clipboard

A collection of utility functions and classes.

0.0.6 #

  • circularList() function for looping over lists infinitely. Also accessible with the List.circular() extension function.

0.0.5 #

  • groupBy() function for grouping iterables by an arbitrary condition.
  • Iterable extension methods: groupBy, groups, pairs.

0.0.4 #

  • Result.transform's transformer param can now take null values.
  • Result.transformOk: like transform, but assumes the transformation result is always ok if the input is.

0.0.3 #

  • groups() and pairs() functions for generating groups from iterables.

0.0.2 #

  • Result.unwrap(): returns the result, or throws an exception.

0.0.1 #

  • Initial version.
2
likes
120
pub points
55%
popularity

Publisher

verified publisheralxbkr.xyz

A collection of utility functions and classes.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on elegant