Operatorswift 6.0.3Swift
==(_:_:)
static func == (lhs: LazyPrefixWhileCollection<Base>.Index, rhs: LazyPrefixWhileCollection<Base>.Index) -> Bool
static func == (lhs: LazyPrefixWhileCollection<Base>.Index, rhs: LazyPrefixWhileCollection<Base>.Index) -> Bool
ss23LazyPrefixWhileSequenceVsSlRzrlE5IndexV2eeoiySbADyx_G_AFtFZ
What are these?6B4PN
import Swift
@frozen struct Index
A position in a LazyPrefixWhileCollection
or LazyPrefixWhileBidirectionalCollection
instance.
@frozen struct LazyPrefixWhileSequence<Base> where Base : Sequence
A sequence whose elements consist of the initial consecutive elements of some base sequence that satisfy a given predicate.
typealias LazyPrefixWhileCollection<T> = LazyPrefixWhileSequence<T> where T : Collection
A lazy collection wrapper that includes the initial consecutive elements of an underlying collection that satisfy a predicate.
@frozen struct Bool
A value type whose instances are either true
or false
.
static func < (lhs: LazyPrefixWhileCollection<Base>.Index, rhs: LazyPrefixWhileCollection<Base>.Index) -> Bool