Macro include_data::include_i32
source · macro_rules! include_i32 { ($file:expr $(,)?) => { ... }; }
Expand description
Alias of include_slice(i32, path). Returns a &'static [i32].
macro_rules! include_i32 { ($file:expr $(,)?) => { ... }; }
Alias of include_slice(i32, path). Returns a &'static [i32].