RCClass.opCast

Undocumented in source. Be warned that the author may not have intended to support it.
  1. inout(T) opCast()
    struct RCClass(C)
    inout
    inout(T)
    opCast
    (
    T
    )
    ()
    if (
    is(T == RCClass!U,
    U
    ) &&
    )
    if (
    is(C == class)
    )
  2. bool opCast()

Meta