Function circomspect_program_structure::abstract_syntax_tree::statement_builders::build_while_block
source · [−]pub fn build_while_block(
meta: Meta,
cond: Expression,
stmt: Statement
) -> Statement