//! The prelude for integer vectors.
//!
//! The purpose of this module is to alleviate imports of many common traits for integer vectors.
//!
//! ```
//! # #![allow(unused_imports)]
//! use jerky::int_vectors::prelude::*;
//! ```
pub use crateAccess;
pub use crateBuild;
pub use crateNumVals;