Allocator.shrinkArray

Undocumented in source. Be warned that the author may not have intended to support it.
struct Allocator(alias AllocT)
@nogc nothrow
shrinkArray
(
T
)
(
const size_t to
,
scope auto ref NotNullSlice!(T, Tag) slice
)
if (
ctassert!(isSimpleAllocator!AllocT, "Type `" ~ AllocT.stringof ~ "` is not an allocator.")
)

Meta