wedzera 0.1.0 copy "wedzera: ^0.1.0" to clipboard
wedzera: ^0.1.0 copied to clipboard

outdated

Wedzera is an extension toolkit for Dart, It contains many convenient, functional, and easy-to-use functions.

Wedzera #

Wedzera is an extension toolkit for Dart, It contains many convenient, functional, and easy-to-use functions.

Libraries #

wedzera.collection #

Iterables is an extension class for Iterable.

Maps is an extension class for Map.

wedzera.core #

Pair represents a generic pair of two values.

Triple represents a triad of values.

Result a discriminated union that encapsulates a successful outcome with a value of type T or a failure with an arbitrary Exception exception.

ErrorAndStacktrace an Object which containing both an error and the corresponding stack trace.

Strings is an extension class for String.

Transformations contains a lot of practical static method for R Function(T) transform.

Predicates contains a lot of practical static method for bool Function(T) predicate.

wedzera.system #

measureTimeMillis executes the given block and returns elapsed time in milliseconds.

measureTimeMicros executes the given block and returns elapsed time in microseconds.

1
likes
30
pub points
0%
popularity

Publisher

verified publishernikeo.cn

Wedzera is an extension toolkit for Dart, It contains many convenient, functional, and easy-to-use functions.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

collection, quiver

More

Packages that depend on wedzera