Skip to main content

is_compound_statement

Function is_compound_statement 

Source
pub const fn is_compound_statement(stmt: &Stmt) -> bool
Expand description

Return true if the Stmt is a compound statement (as opposed to a simple statement).