Macro mozjs::typedarray

source ·
macro_rules! typedarray {
    (in($cx:expr) let $name:ident : $ty:ident = $init:expr) => { ... };
    (in($cx:expr) let mut $name:ident : $ty:ident = $init:expr) => { ... };
}