roaring_array_t
extern (C)
struct roaring_array_t {
}
Members
- allocation_size
int32_t allocation_size;
Undocumented in source.
- containers
void** containers;
Undocumented in source.
- keys
uint16_t* keys;
Undocumented in source.
- size
int32_t size;
Undocumented in source.
- typecodes
uint8_t* typecodes;
Undocumented in source.
roaring c
aliasesfunctionsstructs