Update page '2.1. vtype_array'

Gregory Lirent 2022-08-17 13:25:50 +03:00
parent c5a983af48
commit 934c4a808c

@ -2,6 +2,19 @@
### [include/array.h](https://gogs.lirent.ru/lirent/libcdsb/src/master/include/array.h) ### [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) ### [include/extra/array.h](https://gogs.lirent.ru/lirent/libcdsb/src/master/include/extra/array.h)