Slice99 0.7.8
Memory slices for C99
|
A slice of some array. More...
#include <slice99.h>
Data Fields | |
void * | ptr |
The pointer to data. | |
size_t | item_size |
The size of each item in the array addressed by ptr. | |
size_t | len |
The count of items in the array addressed by ptr. | |
A slice of some array.
This structure should not be constructed manually; use Slice99_new instead.