Chain.ViewLeft

enum ViewLeft[t: Type] with EqSource
case NoneLeftcase SomeLeft(t, Chain[t])

A datatype for pattern matching on a chain (traversing left-to-right).

Instances

instance Eq[ViewLeft[t]] with Eq[t]Source