CntRange

Simple range that ignores data but counts the length

struct CntRange {
size_t cnt;
}

Alias This

cnt

Meta