Skip to main content
A (half-open) range bounded inclusively below and exclusively above (start..end). The range start..end contains all values with start = end.

Signature

Examples

The start..end syntax is a Range:

Members

start

The lower bound of the range (inclusive).

Signature

end

The upper bound of the range (exclusive).

Signature