Changes.front

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

Meta