util/list library

Extensions

IterableExtension on Iterable<E>
ListExtension on List<E>

Typedefs

UpdateFn<E> = E Function(E target)
UpdateOrFn<E> = E Function(E? target)
Where<E> = bool Function(E element)