zio.prelude.AssociativeBothSyntax
Provides infix syntax for associative operations for invariant types.
A symbolic alias for zip.
zip
Combines two values of types F[A] and F[B] to produce an F[(A, B)].
F[A]
F[B]
F[(A, B)]
Provides infix syntax for associative operations for invariant types.