Next: Index Visiting Functions, Previous: Data Type Generic Index Front Functions, Up: The Index Library [Index]
object i_back(index i);
is the data in the last position in the i index
index ib_delete(index i);
is i, deletes the last element in the i index
object ib_get(&, index i);
is the data in the last position in the i index, sets the first argument as the same data (data is linked if allowed, copied otherwise)
object ib_pick(index i);
is the data in the last position in the i index, the data is removed from the index
object ib_query(index i);
is the data in the last position in the i index (same as ‘i_back’)
object ib_yank(&, index i);
is the data in the last position in the i index, sets the first argument as the same data and removes it from i