[][src]Macro bitcoin_hashes::index_impl

macro_rules! index_impl {
    ($ty:ty) => { ... };
}

Adds core::ops::Index trait implementation to a given type $ty