Zip.opDollar

Returns the length of this range. Defined only if all ranges define length.

struct Zip(Ranges...)
static if(allSatisfy!(hasLength, R))
alias opDollar = length

Meta