79790231

Date: 2025-10-14 13:41:54
Score: 0.5
Natty:
Report link

Use pure functions to insert the rank argument:

list = RandomInteger[100, 20];

{#1[list, 10] & /@ {RankedMin, RankedMax}}

Both yield {RankedMin[list,10], RankedMax[list,10]} evaluated correctly.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Maygon