Changes.popFront

Undocumented in source. Be warned that the author may not have intended to support it.
struct Changes(R1, R2, alias pred = "a < b")
void
popFront
()
if (
isInputRange!R1 &&
isInputRange!R2
&&
is(ElementType!R1 == ElementType!R2)
)

Meta