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