distance(from:to:)
The distance between two indexes (always zero).
Declaration
func distance(from start: EmptyCollection<Element>.Index, to end: EmptyCollection<Element>.Index) -> IntThe distance between two indexes (always zero).
func distance(from start: EmptyCollection<Element>.Index, to end: EmptyCollection<Element>.Index) -> Int