Function falcon::il::expr_scalar[][src]

pub fn expr_scalar<S>(name: S, bits: usize) -> Expression where
    S: Into<String>, 

A convenience function to create a new scalar expression.

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