Quick - - Each (Right)

Characters:

Tags: hyper , array

Arity: dyadic

The resulting link is dyadic, meaning it takes two arguments. Note that the arity refers to that of the resulting link, not the number of links this quick consumes.

Functionality

Map the link over its right argument, automatically casting numbers to a range.

Details

If given a dyad, the resulting link is a dyad, and it will loop over the right argument and apply with the same left argument each time. Otherwise, calling the resulting link will error.

Syntax