(bind-func drop:[List{!a}*,List{!a}*,i64]* "returns a copy of lst sans the first n elements" (lambda (lst n) (copy (nth_tail lst n))))