Toggle navigation
Extempore Functions Index
Core release (v0.8.9)
(current)
XTM Extensions
About
Submit
hidden link
nthr
xtlang
Defined in:
https://github.com/digego/extempore/tree/v0.8.9/libs/core/adt.xtm
Implementation
(
bind-func
nthr:
[
!a,List
{
!a
}
*,i64
]
*
(
lambda
(
lst
idx
)
(
car
(
nth_tailr
lst
idx
))))
Back to Index