Range.length

struct Range(T)
size_t
length
()

Return Value

Type: size_t

the number of values in the range

Throws

Exception if the full range is covered, i.e. this.is_full_range is true. (This is to prevent an integer overflow.)

Meta