Handle.opCast

Undocumented in source. Be warned that the author may not have intended to support it.
  1. U opCast()
    mixintemplate Handle(string NAME, T, T invalid_value = T.init)
    nothrow @nogc @safe const
    U
    opCast
    (
    U
    )
    ()
    if (
    is(U.BaseType) &&
    is(typeof(U.value))
    )
  2. U opCast()

Meta