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

index(after:)

Always traps. 常にトラップします。

Declaration 宣言

func index(after i: EmptyCollection<Element>.Index) -> EmptyCollection<Element>.Index

Discussion 解説

EmptyCollection does not have any element indices, so it is not possible to advance indices. EmptyCollectionは、全く要素インデックスを持ちません、それでインデックスを進めることは可能ではありません。

Relationships 関係

From Protocol 由来プロトコル