Coiterator.front

struct Coiterator(alias cmp = "a < b", Rs...)
@property
front
()
if (
allSatisfy!(isInputRange, Rs) &&
Rs.length >= 2
&&
is(CommonType!(ElementType, Rs))
)

Meta