RefCounted.opUnary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. inout(T) opUnary()
  2. inout(T) opUnary()
    struct RefCounted(T)
    version(!D_Ddoc)
    ref inout
    static if(isPointer!(Payload!T))
    inout(T)
    opUnary
    (
    string op
    )
    ()
    if (
    op == "*"
    )

Meta