Constant cairo_lang_syntax::attribute::consts::INLINE_ATTR
source ยท pub const INLINE_ATTR: &str = "inline";
Expand description
An attribute to mark a function as a function that should be inlined.
pub const INLINE_ATTR: &str = "inline";
An attribute to mark a function as a function that should be inlined.