neo-devpack-solidity 0.22.0

Production-focused Solidity-to-NeoVM compilation system
Documentation
1
2
3
4
5
6
7
fn modifier_placeholder_stmt(stmt: &Statement) -> bool {
    matches!(
        stmt,
        Statement::Expression(_, Expression::Variable(Identifier { name, .. }))
            if name == "_"
    )
}