Unique.this

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

Meta