protocol
_RandomAccessAmbiguity
Inheritance | View Protocol Hierarchy → |
---|---|
Associated Types |
|
Import |
|
Default Implementations
func advancedBy(_:)
Declaration
func
advancedBy
(
n
:
Self
.
Distance
) -
>
Self
Used to force conformers of RandomAccessIndexType to implement
advancedBy
methods anddistanceTo
.