make

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto make(Args args)
  2. auto make(Args args)
    @nogc nothrow
    make
    (
    T
    Args...
    )
    (
    auto ref Args args
    )
    if (
    !isArray!(T) &&
    !is(T == class)
    &&
    !is(T == struct)
    )
  3. T make(size_t n)

Meta