flix

0.61.0

ForEach.WithZip

enum WithZip[s: Type, t: Type]Source
case WithZip(s, t)

A view for Iterable instances s and t that zips s and t together.

Instances

instance ForEach[WithZip[s, t]] with Iterable[s], Iterable[t]Source