parsers.literal

Undocumented in source. Be warned that the author may not have intended to support it.
template parsers(Stream)
literal
(
alias lit
)
()
if (
isForwardRange!(typeof(lit)) &&
is(ElementType!(typeof(lit)) : ElementType!(Stream.Range))
)
if (
!is(Stream == string)
)

Meta