kart library

Support for doing something awesome.

More dartdocs go here.

Classes

IndexedValue<T>
Pair<F, S>

Functions

pairOf<F, S>(F first, S second) Pair<F, S>
create pair for given elements first and second.
repeat(int times, dynamic action(int index)) → dynamic
Executes the given function action specified number of times. A zero-based index of current iteration is passed as a parameter to action.

Typedefs

IterableFallbackElement<T> = T Function(int)