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

distance(from:to:)

The distance between two indexes (always zero). 2つのインデックスの間の隔たり(常にゼロ)。

Declaration 宣言

func distance(from start: EmptyCollection<Element>.Index, to end: EmptyCollection<Element>.Index) -> Int

Relationships 関係

From Protocol 由来プロトコル