range package:base
The list of values in the subrange defined by a bounding pair.
The size of the subrange defined by a bounding pair.
a constant function, returning the lowest and highest values the
exponent may assume
Returns
True the given subscript lies in the range defined the
bounding pair.
like
rangeSize, but without checking that the upper bound is in
range.
setAddrRange# dest len c sets all of the bytes in
[dest, dest+len) to the value
c.
Analogous to the standard C function
memset, but with a
different argument order.
Warning: this can fail with an unchecked exception.