RefCounted.v

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

Meta