ParseResult.cont

Get result range, where the following parsers should continue parsing

struct ParseResult(R, T = void, E = ulong)
@safe @property @trusted
R
cont
()
if (
isForwardRange!R &&
!is(E : R)
&&
)

Meta