Protocol

RangeExpression

A type that can be used to slice a collection. コレクションをスライスするために使われる型。

Declaration 宣言

protocol RangeExpression

Overview 概要

A type that conforms to RangeExpression can convert itself to a Range<Bound> of indices within a given collection. RangeExpressionに準拠する型は、それ自身を指定コレクション内のインデックスのRange<Bound>に変換できます。

Topics 話題

Associated Types さまざまな関連型

Instance Methods インスタンスメソッド

Operator Functions 演算子関数

Relationships 関係

See Also 参照

Range Expressions 範囲式