make.make

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Item[] make(A allocator, size_t size)
  2. Item[] make(A allocator)
  3. T* make(A allocatorOld, Args args)
    template make(T)
    @trusted nothrow
    static if(!(is(T == Item[], Item)))
    static if(!(is(T == Item[size], Item, size_t size)))
    T*
    make
    (
    A
    Args...
    )
    (,
    auto ref Args args
    )

Meta