Vector.insertAfter

Inserts stuff before position i.

struct Vector(T, ALLOC = ThreadMem)
nothrow
insertAfter
(
Stuff
)
(,
Stuff stuff
)

Return Value

Type: size_t

The number of values inserted.

Complexity: O(n + m), where m is the length of stuff

Meta