Quick - Ŀ
- Nth Link as a Monad
Characters: Ŀ
Arity: depends
The resulting link's arity depends on the consumed links, but will be of fixed arity when returned. This is different from variadic links, whose arity can change or be coerced by context or other quicks. Note that the arity refers to that of the resulting link, not the number of links this quick consumes.
Functionality
Call the link at the specified index monadically.
Details
The arity of the resulting link is actually equal to the maximum of that of the consumed link and 1; it is not always a monad.
Syntax
<nilad>Ŀ
- a monadic link that monadically calls the link at the specified index<monad/dyad>Ŀ
- a link with the same arity that monadically calls the link at the index returned by<link>