diff options
Diffstat (limited to 'array.h')
| -rw-r--r-- | array.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -90,10 +90,6 @@ bool array_add_ptr(Array*, void *item); * @endrst */ bool array_remove(Array*, size_t idx); -/** Number of elements currently stored in the array. */ -size_t array_length(const Array*); -/** Number of elements which can be stored without enlarging the array. */ -size_t array_capacity(const Array*); /** Remove all elements with index greater or equal to ``length``, keep allocated memory. */ bool array_truncate(Array*, size_t length); /** |
