ilist<A> function

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

Implementation

IList<A> ilist<A>(Iterable<A> as) => IList.fromDart(as);