//! 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 sucds::int_vectors::prelude::*;
//! ```
pubusecrate::int_vectors::{Access, Build, NumVals};