struct
LazyDropWhileIndex
<
Base
where
Base
:
Collection
>
Inheritance |
Comparable, Equatable
View Protocol Hierarchy →
|
---|---|
Import |
|
Instance Variables
var base: Base.Index
The position corresponding to self
in the underlying collection.
Declaration
var
base
:
Base
.
Index
{
get
}
A position in a
LazyDropWhileCollection
orLazyDropWhileBidirectionalCollection
instance.