Macro cairo_lang_casm::is_inc_ap

source ยท
macro_rules! is_inc_ap {
    () => { ... };
    (ap + +) => { ... };
}