SdlParser.parse

Undocumented in source. Be warned that the author may not have intended to support it.
struct SdlParser(A)
ref
Sink
parse
(
Source
Sink
)
(
Source source
,
Sink sink
)
if (
isInputRange!Source &&
isOutputRange!(Sink, ElementType!Source)
)

Meta