derive

Macro h

Source
macro_rules! h {
    ($idx:literal) => { ... };
    [$( $idx:literal ),+] => { ... };
}