TakeSmallestBy
returns the
n
values from the list{e_1, e_2, ..., e_i}
, wherefunction(e_i)
is smallest.
Examples
Implementation status
- ✅ - full supported
returns the
n
values from the list{e_1, e_2, ..., e_i}
, wherefunction(e_i)
is smallest.