Type Alias croaring_sys::bitset_t

source ·
pub type bitset_t = bitset_s;

Aliased Type§

struct bitset_t {
    pub array: *mut u64,
    pub arraysize: usize,
    pub capacity: usize,
}

Fields§

§array: *mut u64§arraysize: usize§capacity: usize