IterableEx<E> extension

非空列表拓展

on

Methods

append(E e) List<E>
添加元素 返回列表
appends(Iterable<E>? e) List<E>
添加多个元素 返回列表
mapList<T>(T f(E e), {bool growable = true}) List<T>
合并 map 和 toList 方法