ParseResult.opCast

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto opCast()
  2. auto opCast()
    struct ParseResult(R, T = void, E = ulong)
    @safe
    static if(!is(T == void))
    opCast
    (
    U : ParseResult!(R, T2, E)
    T2
    )
    ()
    if (
    is(typeof(cast(T2)T.init))
    )
    if (
    isForwardRange!R &&
    !is(E : R)
    &&
    )

Meta