ec_double Functions
Last updated March 2020
Name | Description |
---|---|
ec_double_list_apply | apply a callback function to each element in the list |
ec_double_list_destroy | Destroy a list |
ec_double_list_init | Initialize a new list |
ec_double_list_pop | pops an item from the tail of the list |
ec_double_list_push | Push an item to the tail of the list |
ec_double_list_remove | removes all elements matching data from the list |
ec_double_list_shift | Shift the head of the list off the list |
ec_double_list_unshift | prepends an item to the head of the list |
Was this page helpful?