genspect::slice —
aterm_list slice(aterm_list l, int start, int end);
Get a portion (slice) of list l. Return the portion of list that lies between start and end. Thus start is included, end is not.