Function falcon::il::expr_scalar

source ·
pub fn expr_scalar<S>(name: S, bits: usize) -> Expressionwhere
    S: Into<String>,
Expand description

A convenience function to create a new scalar expression.

This is the preferred way to create an Expression::Scalar.