collections library

Collection-oriented classes and extensions

Classes

MappedObject<T>
Used by classes who's properties can be translated to a Map
Range
A numerical progression.
Stack<E>
A stack data structure.

Extensions

IterableChecks on Iterable

Functions

range({num start = 0, required num stop, num step = 1, bool stopExclusive = true}) Iterable<num>
Handy function for grabbing a Range and iterating over it.