nth   xtlang


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/libs/core/adt.xtm

Implementation

(bind-func nth:[!a,List{!a}*,i64]*
  (lambda (lst idx)
    (car (nth_tail lst idx))))


Back to Index

Similar Entries