get

Macro get 

Source
macro_rules! get {
    ($dict:ident, $key:expr) => { ... };
}