builder<A> static method

IVectorBuilder<A> builder<A>()

Returns a mutable builder that accumulates elements into an IVector.

Implementation

static IVectorBuilder<A> builder<A>() => IVectorBuilder();