Macro casper_execution_engine::make_array_newtype[][src]

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

Creates an array newtype for given length with special access operators already implemented.