pub fn create_boolean_lit(value: bool) -> Lit
Creates a Lit::Boolean from a boolean.
Lit::Boolean
value
let lit_boolean = create_boolean_lit(true);