pub type bucketT = bucketST;Expand description
bucket data structure
Aliased Type§
#[repr(C)]pub struct bucketT {
pub size: i64,
pub curr: i64,
pub maxind: i64,
pub minind: i64,
pub bucket: *mut *mut nodeST,
pub bucketbase: *mut *mut nodeST,
pub wrapped: i8,
}Fields§
§size: i64§curr: i64number of buckets in list
maxind: i64current bucket index
minind: i64maximum bucket index
bucket: *mut *mut nodeSTsmallest (possibly negative) bucket index
bucketbase: *mut *mut nodeSTarray of first nodes in each bucket
wrapped: i8real base of bucket array