RefCounted.opCast

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool opCast()
  2. U opCast()
  3. U opCast()
  4. U opCast()
    struct RefCounted(T, ALLOC = ThreadMem)
    nothrow @trusted nothrow
    U
    opCast
    (
    U : TR
    )
    ()
    if (
    !__traits(hasMember, U, "isRefCounted")
    )

Meta