pub type AtomicArrayBitSet<A, V, const N: usize> = AtomicBitSet<[A; N], V>;
pub struct AtomicArrayBitSet<A, V, const N: usize>(/* private fields */);