StructureFoundation5.9.0
Index
The mechanism for accessing the integers stored in an IndexSet.
struct Index
Citizens in Foundation
Conformances
protocol Comparable
A type that can be compared using the relational operators
<
,<=
,>=
, and>
.protocol CustomStringConvertible
A type with a customized textual representation.
protocol Equatable
A type that can be compared for value equality.
Members
var description: String
static func < (IndexSet
.Index, IndexSet.Index) -> Bool static func <= (IndexSet
.Index, IndexSet.Index) -> Bool static func == (IndexSet
.Index, IndexSet.Index) -> Bool static func > (IndexSet
.Index, IndexSet.Index) -> Bool static func >= (IndexSet
.Index, IndexSet.Index) -> Bool
Features
var halfWidthCornerQuoted: String
static func != (Self, Self
) -> Bool static func ... (Self
) -> PartialRangeFrom<Self> Returns a partial range extending upward from a lower bound.
static func ... (Self
) -> PartialRangeThrough<Self> Returns a partial range up to, and including, its upper bound.
static func ... (Self, Self
) -> ClosedRange<Self> Returns a closed range that contains both of its bounds.
static func ..< (Self
) -> PartialRangeUpTo<Self> Returns a partial range up to, but not including, its upper bound.
static func ..< (Self, Self
) -> Range<Self> Returns a half-open range that contains its lower bound but not its upper bound.