Type Alias mozjs_sys::jsapi::js::gc::ChunkArenaBitmap

source ยท
pub type ChunkArenaBitmap = [u32; 8];
Expand description

An object like std::bitset but which provides access to the underlying storage.

The limited API is due to expedience only; feel free to flesh out any std::bitset-like members.