ParseResult.v

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T v [@property getter]
  2. auto v [@property getter]
    struct ParseResult(R, T = void, E = ulong)
    @safe @property
    static if(!is(T == void))
    v
    ()
    if (
    isForwardRange!R &&
    !is(E : R)
    &&
    )

Meta