1 2 3 4 5 6
/// default implementation of array pub mod array; /// create array macro implementation #[cfg(feature = "macros")] pub mod macros;