ATerm++

PrevUpHomeNext

Function insert

genspect::insert —

Synopsis

aterm_list insert(aterm_list l, aterm el);

Description

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.

Copyright © 2004 Wieger Wesselink

PrevUpHomeNext