RefCounted.this

Non-singleton allocator, must be passed in

  1. this(Args args)
  2. this(Allocator allocator, Args args)
    struct RefCounted(Type, Allocator)
    static if(!(hasInstance))
    this
    (
    Args...
    )
    (
    Allocator allocator
    ,
    auto ref Args args
    )
    if (
    isAllocator!Allocator
    )

Meta