Type Definition hemtt_preprocessor::Defines

source ·
pub type Defines = HashMap<String, (Token, Definition)>;
Expand description

HashMap of all current defines

Trait Implementations§

source§

impl DefinitionLibrary for Defines

source§

fn similar_function(&self, search: &str, args: Option<usize>) -> Vec<&str>

Find similar functions with a certain number of args Read more