pure_dart_extensions library

Classes

EqualityComparer<T>
InternalIterableSorter<TValue, TKey>
InternalOrderedIterable<TValue, TKey>
IterableSorter<T>
Message
OrderedBuffer<T>
OrderedIterable<T>
RException
Represents a range exception.
StackX<T>

Enums

Gender

Functions

checkNullError(Object o) → void

Typedefs

Comparer<T> = bool Function(T left, T right)
Hasher<T> = int Function(T value)
IndexedPredicate<T> = bool Function(int index, T)
Sorter<T> = int Function(T left, T right)

Exceptions / Errors

NullIteratorError