Unique.v

Undocumented in source. Be warned that the author may not have intended to support it.
  1. inout(T) v [@property getter]
  2. inout(T) v [@property getter]
    struct Unique(T, Allocator = Mallocator)
    @property ref inout @nogc @safe
    static if(!(isClassOrIface!T))
    inout(T)
    v
    ()
    if (
    isAllocator!Allocator &&
    !isArray!T
    )

Meta