Unique.make

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Unique!T make(Args args)
    struct Unique(T)
    static
    static if(!(is(T == interface) || isAbstractClass!(T)))
    static if(!HoldsAllocator)
    make
    (
    Args...
    )
    (
    auto ref Args args
    )
    if (
    !isArray!T
    )
  2. Unique!T make(Allocator alloc, Args args)

Meta