var isEmpty : Bool
A Boolean value indicating whether the range contains no elements.
範囲が何の要素も含まないかどうかを指し示すブール値を返します。
let lowerBound : Bound
The range’s lower bound.
その範囲の下方の境界。
Availability
Technology
let upperBound: Bound
In an empty range, upper
is equal to lower
. A Range
instance does not contain its upper bound.
空の範囲では、upper
はlower
に等しいです。Range
インスタンスはそれの上方の境界を含みません。
var isEmpty : Bool
let lowerBound : Bound