A type that represents the number of steps between two String
values, where one value is reachable from the other.
SDK
- Xcode 10.0+
Framework
- Swift Standard Library
Declaration
Discussion
In Swift, reachability refers to the ability to produce one value from the other through zero or more applications of index(after:)
.