Skip to content

ilist<A>

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

Creates an IList from a Dart Iterable.

dart
final l = ilist([1, 2, 3]);