Lockstep.this

struct Lockstep(Ranges...)
this
if (
Ranges.length > 1 &&
allSatisfy!(isInputRange, Ranges)
)

Meta