You create PartialRangeUpTo instances by using the prefix half-open range operator (prefix ..<).
あなたは、PartialRangeUpToインスタンスを後置範囲演算子(..<)を使って作成します。
You can use a PartialRangeUpTo instance to quickly check if a value is contained in a particular range of values. For example:
あなたはPartialRangeUpToインスタンスを使うことで、ある値が特定の範囲に属するいくつかの値の中に含まれているかどうか素早く調べることができます。例えば:
You can use a PartialRangeUpTo instance of a collection’s indices to represent the range from the start of the collection up to, but not including, the partial range’s upper bound.
あなたは、あるコレクションのインデックスからなる、PartialRangeUpToインスタンスを使うことで、コレクションの始まりからこの部分範囲の上側の境界までの、そしてそれを含んでいる範囲を表すことができます。