pub type Array<T> = _Array<T, true, true>;
Which Equals to crossbeam_queue::ArrayQueue
pub struct Array<T>(/* private fields */);