Unique.this

  1. this(Args args)
  2. this(Allocator allocator, Args args)
  3. this(Unique!(T, Allocator) other)
    struct Unique(Type, Allocator = typeof(theAllocator()), Flag!"supportGC" supportGC = Flag!"supportGC".yes)
    this
    (
    T
    )
    (
    Unique!(T, Allocator) other
    )
    if (
    is(T : Type)
    )
    if (
    isAllocator!Allocator
    )

Meta