Next: , Previous: , Up: The Index Library   [Index]


13.4.11 Data Type Generic Index Front Functions

i_front

object i_front(index i);

is the data in the first position in the i index

if_delete

index if_delete(index i);

is i, deletes the first element in the i index

if_get

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)

if_pick

object if_pick(index i);

is the data in the first position in the i index, the data is removed from the index

if_query

object if_query(index i);

is the data in the first position in the i index (same as ‘i_front’)

if_yank

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