each right

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

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

 3 +/:(2 3;4 5;6)
(5 6
 7 8
 9)

See Also

each left