protocol _RandomAccessAmbiguity Used to force conformers of RandomAccessIndexType to implement advancedBy methods and distanceTo. Inheritance View Protocol Hierarchy → Associated Types Distance : _SignedIntegerType = Int Import import Swift Default Implementations func advancedBy(_:) Declaration func advancedBy(n: Self.Distance) -> Self