A position in a FlattenCollection
SDK
- Xcode 10.2+
Framework
- Swift Standard Library
Declaration
@frozen struct Index
A position in a FlattenCollection
SDK
Framework
@frozen struct Index
var hash Value: Int
The hash value.
func hash(into: inout Hasher)
Hashes the essential components of this value by feeding them into the given hasher.
static func ... (Flatten Sequence<Base>.Index) -> Partial Range From<Flatten Sequence<Base>.Index>
Returns a partial range extending upward from a lower bound.
static func ... (Flatten Sequence<Base>.Index) -> Partial Range Through<Flatten Sequence<Base>.Index>
Returns a partial range up to, and including, its upper bound.
static func ... (Flatten Sequence<Base>.Index, Flatten Sequence<Base>.Index) -> Closed Range<Flatten Sequence<Base>.Index>
Returns a closed range that contains both of its bounds.
static func ..< (Flatten Sequence<Base>.Index) -> Partial Range Up To<Flatten Sequence<Base>.Index>
Returns a partial range up to, but not including, its upper bound.
static func ..< (Flatten Sequence<Base>.Index, Flatten Sequence<Base>.Index) -> Range<Flatten Sequence<Base>.Index>
Returns a half-open range that contains its lower bound but not its upper bound.
static func < (Flatten Collection<Base>.Index, Flatten Collection<Base>.Index) -> Bool
Returns a Boolean value indicating whether the value of the first argument is less than that of the second argument.
static func <= (Flatten Sequence<Base>.Index, Flatten Sequence<Base>.Index) -> Bool
Returns a Boolean value indicating whether the value of the first argument is less than or equal to that of the second argument.
static func == (Flatten Collection<Base>.Index, Flatten Collection<Base>.Index) -> Bool
Returns a Boolean value indicating whether two values are equal.
static func > (Flatten Sequence<Base>.Index, Flatten Sequence<Base>.Index) -> Bool
Returns a Boolean value indicating whether the value of the first argument is greater than that of the second argument.
static func >= (Flatten Sequence<Base>.Index, Flatten Sequence<Base>.Index) -> Bool
Returns a Boolean value indicating whether the value of the first argument is greater than or equal to that of the second argument.