文書   >   Swift   >   Swift 標準ライブラリ   >   Collections   >   Supporting Types   >   PartialRangeFrom   >   relative(to:)
汎用インスタンスメソッド
relative(to:)
利用可能な概要はありません。
宣言
func relative<C>(to collection: C) -> Range<Bound> where Bound == C.Index, C : Collection
関連
汎用の制約
Bound == C.Index
C : Collection