arrow-core / arrow.core.extensions / SequenceKEq
interface SequenceKEq<A> : Eq<SequenceK<A>>
| EQ | abstract fun EQ(): Eq<A> | 
    
| eqv | This only evaluates up to the first element that differs or to the first element at the index where the other sequence is emptyopen fun SequenceK<A>.eqv(b: SequenceK<A>): Boolean | 
    
Do you like Arrow?
✖