each left

From The K Language Wiki
Revision as of 17:27, 27 July 2021 by Razetime (talk | contribs) (add each right page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Each left
x f\:y

Each left applies a two argument function f to the entirety of y and each element of x.

 3 4 5 +\:(2 3;4 5;6)
((5 6;7 8;9)
 (6 7;8 9;10)
 (7 8;9 10;11))

See Also

each right