Macro get

Source
macro_rules! get {
    ($row:ident->$idx:literal($t:ty)) => { ... };
}