Macro casper_execution_engine::make_array_newtype[][src]

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

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