[][src]Macro casperlabs_engine_shared::make_array_newtype

macro_rules! make_array_newtype {
    ($name:ident, $ty:ty, $len:expr) => { ... };
}