Macro get_as

Source
macro_rules! get_as {
    ($file:ident + $heap:ident: $ty:ident $y:ident) => { ... };
}