IterableExt<E> extension

扩展函数 Iterable

on

Methods

getElement(int? index) → E?
isNullOrEmpty() bool
mapIndexed<T>(T f(E e, int i)) Iterable<T>?