Macro zink::asm::impl_asm

source ยท
macro_rules! impl_asm {
    ($ty:ident) => { ... };
    ($len:expr) => { ... };
    ($($ty:tt),+) => { ... };
}