make

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

Meta