make

Undocumented in source.
  1. T make(Args arguments)
    template make(T)
    @safe
    T
    make
    (
    Args...
    )
    ()
    if (
    is(T == struct) &&
    __traits(compiles, T(arguments))
    )
    if (
    is(T == struct) ||
    is(T == class)
    )
  2. T make(Args arguments)

Members

Functions

make
T make(Args arguments)
Undocumented in source. Be warned that the author may not have intended to support it.
make
T make(Args arguments)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta