Zip.moveAt

Destructively reads the nth element in the composite range. Defined if all ranges offer random access.

struct Zip(Ranges...)
ElementType
moveAt
(
size_t n
)
if (
Ranges.length &&
)

Meta

Suggestion Box / Bug Report