Skip to main content

NameDescription
ec_double_list_applyapply a callback function to each element in the list
ec_double_list_destroyDestroy a list
ec_double_list_initInitialize a new list
ec_double_list_poppops an item from the tail of the list
ec_double_list_pushPush an item to the tail of the list
ec_double_list_removeremoves all elements matching data from the list
ec_double_list_shiftShift the head of the list off the list
ec_double_list_unshiftprepends an item to the head of the list
Was this page helpful?