![]() |
O2S C Library 1.8.2
Provide high-level data-structures and other fundamental tools for C projects
|
Move elements from a deque to an array. More...
Go to the source code of this file.
Functions | |
bool | deque_pop_front_into_array (deque_t *self, struct array *destination, size_t count) |
Move the count first elements at the back of destination . |
Move elements from a deque to an array.
Definition in file into_array.c.