pub fn compute_initialization_typ(
body: &ASTNode,
clause_intro_typ: OgClauseIntroType,
var_intro: &VariableIntro,
) -> Option<InitializationType>
Expand description
Compute the appropriate initialization type for a variable intro.
pub fn compute_initialization_typ(
body: &ASTNode,
clause_intro_typ: OgClauseIntroType,
var_intro: &VariableIntro,
) -> Option<InitializationType>
Compute the appropriate initialization type for a variable intro.