Next: Data Type Generic Index Back Functions, Previous: Data Type Generic Index Functions, Up: The Index Library [Index]
object i_front(index i);
is the data in the first position in the i index
index if_delete(index i);
is i, deletes the first element in the i index
object if_get(&, index i);
is the data in the first position in the i index, sets the first argument as the same data (data is linked if allowed, copied otherwise)
object if_pick(index i);
is the data in the first position in the i index, the data is removed from the index
object if_query(index i);
is the data in the first position in the i index (same as ‘i_front’)
object if_yank(&, index i);
is the data in the first position in the i index, sets the first argument as the same data and removes it from i