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