make

Undocumented in source.
  1. Item[] make(A allocator, size_t size)
    template make(T)
    @trusted nothrow
    static if(is(T == Item[], Item))
    Item[]
    make
    (
    A
    )
  2. Item[] make(A allocator)
  3. T* make(A allocatorOld, Args args)

Members

Functions

make
Item[] make(A allocator, size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
make
Item[] make(A allocator)
Undocumented in source. Be warned that the author may not have intended to support it.
make
T* make(A allocatorOld, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta