associatedtype Bound
The type for which the expression describes a range.
それに対してこの式が範囲を記述する型。
Availability
Technology
protocol RangeExpression
A type that conforms to Range
can convert itself to a Range<Bound>
of indices within a given collection.
Range
に準拠する型は、それ自身を指定コレクション内のインデックスのRange<Bound>
に変換できます。
associatedtype Bound
func contains(Self.Bound) -> Bool
func relative<C>(to: C) -> Range<Self.Bound>
static func ~= (Self, Self.Bound) -> Bool
struct PartialRangeUpTo
struct PartialRangeThrough
struct PartialRangeFrom
enum UnboundedRange_