multi infix: (@a, @b) is equiv(&infix:<¥>) { @a.map: -> $a { @b.map: -> $b { ($a, $b) } } }