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