Changes.this

Undocumented in source.
struct Changes(R1, R2, alias pred = "a < b")
this
(
R1 prev
,
R2 next
)
if (
isInputRange!R1 &&
isInputRange!R2
&&
is(ElementType!R1 == ElementType!R2)
)

Meta