AnyIndex

struct AnyIndex

A wrapper over an underlying index that hides the specific underlying type.

Inheritance Comparable, Equatable View Protocol Hierarchy →
Import import Swift

Initializers

init(_:)

Creates a new index wrapping base.

Declaration

init<BaseIndex>(_ base: BaseIndex)