struct
AnyIndex
Inheritance |
Comparable, Equatable
View Protocol Hierarchy →
|
---|---|
Import |
|
Initializers
init(_:)
Creates a new index wrapping base
.
Declaration
init
<
BaseIndex
where
BaseIndex
:
Comparable
>
(
_
base
:
BaseIndex
)
A wrapper over an underlying index that hides the specific underlying type.
See Also:
AnyCollection