Quick - ÐṀ
- Elements With Maximal Link Value
Arity: same
The resulting link's arity is the same as the consumed link's arity. Note that the arity refers to that of the resulting link, not the number of links this quick consumes.
Functionality
Keep elements whose link results are maximal across the list; i.e., [x for x in z if link(z) == max(map(link, z))]
.
Syntax
<link>ÐṀ
- keep maximal elements