make.make

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T make(Args arguments)
  2. T make(Args arguments)
    template make(T)
    @safe
    T
    make
    (
    Args...
    )
    ()
    if (
    is(T == class) &&
    __traits(compiles, new T(arguments))
    )
    if (
    is(T == struct) ||
    is(T == class)
    )

Meta