Update page '2.1. vtype_array'
parent
c5a983af48
commit
934c4a808c
@ -2,6 +2,19 @@
|
||||
|
||||
### [include/array.h](https://gogs.lirent.ru/lirent/libcdsb/src/master/include/array.h)
|
||||
|
||||
##### Базовый блок
|
||||
|
||||
- `void array_init(vtype_array* x, vtype type)`
|
||||
- `void* array_at(const vtype_array* s, ssize_t index)`
|
||||
- `size_t array_slice(vtype_array* x, vtype_array* src, ssize_t index, size_t count, bool cut)`
|
||||
- `void array_sort(vtype_array* x)`
|
||||
- `void array_reverse(vtype_array* x)`
|
||||
|
||||
|
||||
##### Макросы
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### [include/extra/array.h](https://gogs.lirent.ru/lirent/libcdsb/src/master/include/extra/array.h)
|
||||
|
Loading…
Reference in New Issue
Block a user