Type Alias

String.IndexDistance

A type that represents the number of steps between two String.Index values, where one value is reachable from the other. 一方の値が他方から到達可能であるところの2つのString.Index値の間の段階数を表すある型。

Declaration 宣言

typealias IndexDistance = Int

Discussion 解説

In Swift, reachability refers to the ability to produce one value from the other through zero or more applications of index(after:). Swiftでは、到達可能性 reachabilityは、ゼロ以上のindex(after:)の適用を通して、ある値を別のものから生み出す能力のことを言います。