|
cdcontainers
0.1.1
Library of data containers and collections for C programming language.
|
Functions | |
| static size_t | cdc_treap_size (struct cdc_treap *t) |
| Returns the number of items in the treap. More... | |
| static bool | cdc_treap_empty (struct cdc_treap *t) |
| Checks if the treap has no elements. More... | |
|
inlinestatic |
Returns the number of items in the treap.
| [in] | t | - cdc_treap |
1.8.13