Allocator.makeArray

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

Meta