Skip to content

ivec<A>

IVector<A> ivec<A>(Iterable<A> as)

Creates an IVector from a Dart Iterable.

dart
final v = ivec([1, 2, 3]);