Module leo_ast::expressions::ternary

source ·

Structs§

  • A ternary conditional expression, that is, condition ? if_true : if_false.