FixedDynamicArray.withLength

Undocumented in source. Be warned that the author may not have intended to support it.
struct FixedDynamicArray(T, Allocator = Mallocator)
@safe pragma(inline, true) static @system
typeof(this)
withLength
(
size_t length
)
if (
isAllocator!Allocator
)

Meta