protocol
_RandomAccessAmbiguity
Inheritance | View Protocol Hierarchy → |
---|---|
Associated Types |
|
Import |
|
Default Implementations
func advanced(by:)
Declaration
func
advanced
(
by
n
:
Self
.
Distance
) -
>
Self
Used to force conformers of RandomAccessIndex to implement
advanced(by:)
methods anddistance(to:)
.