munch

Undocumented in source. Be warned that the author may not have intended to support it.
munch
(
alias pred = "a == b"
R1
R2
)
(
ref R1 range
,)
if (
isInputRange!R1 &&
isInputRange!R2
&&
isScalarType!(ElementType!R2)
&&
isScalarType!(ElementType!R1)
)

Meta