ilist<A> function

IList<A> ilist<A>(
  1. Iterable<A> iterable
)

Implementation

IList<A> ilist<A>(Iterable<A> iterable) => new IList.from(iterable);