static func ... (Measurement<UnitType>) -> PartialRangeFrom<Measurement<UnitType>>
Returns a partial range extending upward from a lower bound.
下側の境界から上方に拡張している部分的な範囲を返します。
static func ... (Measurement<UnitType>) -> PartialRangeThrough<Measurement<UnitType>>
Returns a partial range up to, and including, its upper bound.
それの上側の境界までの、そしてそれを含む部分的な範囲を返します。
static func ..< (Measurement<UnitType>, Measurement<UnitType>) -> Range<Measurement<UnitType>>
Returns a half-open range that contains its lower bound but not its upper bound.
それの下側の境界は含むがそれの上側の境界はそうしない半開範囲を返します。
static func ..< (Measurement<UnitType>) -> PartialRangeUpTo<Measurement<UnitType>>
Returns a partial range up to, but not including, its upper bound.
それの上側の境界までの、しかしそれを含んでいない、部分的な範囲を返します。