impl_typedarray_wrapper

Macro impl_typedarray_wrapper 

Source
macro_rules! impl_typedarray_wrapper {
    ($(($typedarray:ident, $element:ty)$(,)?)*) => { ... };
}