Macro bitcoin_private::impl_array_newtype
source · macro_rules! impl_array_newtype { ($thing:ident, $ty:ty, $len:literal) => { ... }; }
Expand description
Implements standard array methods for a given wrapper type.
macro_rules! impl_array_newtype { ($thing:ident, $ty:ty, $len:literal) => { ... }; }
Implements standard array methods for a given wrapper type.