Constant smallbitvec::HEAP_FLAG

source ·
pub(crate) const HEAP_FLAG: usize = 1;
Expand description

If the rightmost bit of data is set, then the remaining bits of data are a pointer to a heap allocation.