genspect::insert —
aterm_list insert(aterm_list l, aterm el);
Return list l with el inserted. The behaviour of insert is of constant complexity. That is, the behaviour of insert does not degrade as the length of list increases.