Range (computer programming)
In
computer science
, the term
range
may refer to one of three things:
The possible values that may be stored in a
variable
.
The upper and lower bounds of an
array
.
An alternative to
iterator
.