Macro const_struct::U64

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