RefCounted.make

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

Meta