macro_rules! include_i32 {
    ($file:expr $(,)?) => { ... };
}
Expand description

Alias of include_slice(i32, path). Returns a &'static [i32].