Macro cbvm::byte

source ยท
macro_rules! byte {
    (($tp:ident, $val:expr)) => { ... };
    ($val:expr) => { ... };
}