You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Addressing #562, which was actually not a big deal; those operators
are already indexed in every of their possible forms. However, I have
rephrased a bit some descriptions, and anyway closes#562.
Hyper Operators include C<«> and C<»>, with their ASCII variants C«<<»
282
-
and C«>>».
283
-
284
-
Hyper operators apply a given operator enclosed by C<«> and C<»> to one or two
285
-
lists, returning the resulting list. The pointy part of C<«> or C<»> has to
286
-
point to the shorter list. A list with just one element is fine too. If one of
282
+
and C«>>». They apply a given operator enclosed by C<«> and C<»> to one or two
283
+
lists, returning the resulting list, with the pointy part of C<«> or C<»> aimed at the shorter list. Single elements are turned to a list, so they can be used too. If one of
287
284
the lists is shorter than the other, the operator will cycle over the shorter
288
285
list until all elements of the longer list are processed.
0 commit comments