LazyDropWhileCollection.Index

struct LazyDropWhileCollection.Index

A position in a LazyDropWhileCollection or LazyDropWhileBidirectionalCollection instance.

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 }
var hashValue: Int

The hash value.

Declaration

var hashValue: Int { 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)