Appearance
IVector<A> ivec<A>(Iterable<A> as)
Creates an IVector from a Dart Iterable.
final v = ivec([1, 2, 3]);