Function constexpr_select

Source
pub fn constexpr_select(
    on_true: MaybeConst,
    on_false: MaybeConst,
    select: MaybeConst,
    statements: &mut StatementList,
    ctx: &mut Context<'_>,
) -> MaybeConst