shrinkTo

Shrink length to newLength.

If newLength >= length operation has no effect.

@property pragma(inline, true) pure @nogc pragma(inline)
@"complexity", "O(1)"
void
shrinkTo
(
size_t newLength
)

Meta