![]() |
(git:d18deda)
|
Go to the source code of this file.
Data Types | |
interface | list::list_init |
interface | list::list_isready |
interface | list::list_push |
interface | list::list_pop |
interface | list::list_peek |
interface | list::list_get |
interface | list::list_size |
interface | list::list_destroy |
Modules | |
module | list |
An array-based list which grows on demand. When the internal array is full, a new array of twice the size will be allocated and the items are copied over. | |