Operatorswift 6.1.2Swift
<(_:_:)
- iOS
- 18.0+
- macOS
- 15.0+
- tvOS
- 18.0+
- visionOS
- 2.0+
- watchOS
- 11.0+
static func < (left: DiscontiguousSlice<Base>.Index, right: DiscontiguousSlice<Base>.Index) -> Bool static func < (left: DiscontiguousSlice<Base>.Index, right: DiscontiguousSlice<Base>.Index) -> Bool import Swiftstruct IndexA position in a DiscontiguousSlice.
struct DiscontiguousSlice<Base> where Base : CollectionA collection wrapper that provides access to the elements of a collection, indexed by a set of indices.
@frozen struct BoolA value type whose instances are either true or false.
let base: Base.IndexThe position of this index in the base collection.
var description: String { get }static func == (left: DiscontiguousSlice<Base>.Index, right: DiscontiguousSlice<Base>.Index) -> Bool