Vector.shrink

Shrinks array

struct Vector(T)
ref nothrow @nogc
typeof(this)
shrink
(
size_t len = 0
)

Parameters

len size_t

New array size

Meta