Chain.ViewRight

enum ViewRight[t: Type] with EqSource
case NoneRightcase SomeRight(Chain[t], t)

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

Instances

instance Eq[ViewRight[t]] with Eq[t]Source