Add an `_nth()` function
(
User Story
,
To be Fixed
, Priority:
High
, Test Status:
No automated tests yet
, Reported By Bad Link: Thing 3y284oe not found, )
Functions
Summary:
We have
_first
, of course, but there are times when it would be nice to have a more general counterpart.
Until then, the workaround is
_drop(n-1) -> _first
.