Contents

upperBound

The range’s upper bound.

Declaration

let upperBound: Bound

Discussion

In an empty range, upperBound is equal to lowerBound. A Range instance does not contain its upper bound.

See Also

Inspecting a Range