ATerm++

PrevUpHomeNext

Function slice

genspect::slice —

Synopsis

aterm_list slice(aterm_list l, int start, int end);

Description

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.

Copyright © 2004 Wieger Wesselink

PrevUpHomeNext