ATerm++

PrevUpHomeNext

Function index_of

genspect::index_of —

Synopsis

int index_of(aterm_list l, aterm el, int start);

Description

Return the index of an aterm in a list. Return the index where el can be found in list. Start looking at position start. Returns -1 if el is not in list.

Copyright © 2004 Wieger Wesselink

PrevUpHomeNext