struct LazyDropWhileCollection.Index
Inheritance |
Comparable, Equatable, Hashable
View Protocol Hierarchy →
|
---|---|
Import | import Swift |
Instance Variables
var base: Base.Index
The position corresponding to self
in the underlying collection.
Declaration
var base: Base.Index { get }
Instance Methods
func hash(into:)
Hashes the essential components of this value by feeding them into the given hasher.
hasher
: The hasher to use when combining the components
of this instance.
Declaration
func hash(into hasher: inout Hasher)
A position in a
LazyDropWhileCollection
orLazyDropWhileBidirectionalCollection
instance.