RefCounted.make

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

Meta