Macro const_struct::I64

source ยท
macro_rules! I64 {
    ([@ < i64 : camel > GetGenericsData], $macro_path:path, $($args:tt)*) => { ... };
    ($value:expr) => { ... };
}