Next: Data Type Generic Record Back Functions, Previous: Data Type Generic Record Functions, Up: The Record Library [Index]
object r_front(record r);
is the data in the first position in the r record
record rf_delete(record r);
is r, deletes the first element in the r record
object rf_get(&, record r);
is the data in the first position in the r record, sets the first argument as the same data (data is linked if allowed, copied otherwise)
object rf_pick(record r);
is the data in the first position in the r record, the data is removed from the record
object rf_query(record r);
is the data in the first position in the r record (same as ‘r_front’)
object rf_yank(&, record r);
is the data in the first position in the r record, sets the first argument as the same data and removes it from r