Range.length

Returns the number of elements in the Range

struct Range(T = size_t, U = T)
size_t
length
()

Return Value

Type: size_t

the number of elements in the Range

Meta