pub const fn eval_with_upper_bound<A: AcceptUpperBound>() -> A::OutputExpand description
Evaluates AcceptUpperBound.
In the language of generic_const_exprs, this function returns
const_value::<F::Eval<{ get_upper_bound::<F>() }>>()
pub const fn eval_with_upper_bound<A: AcceptUpperBound>() -> A::OutputEvaluates AcceptUpperBound.
In the language of generic_const_exprs, this function returns
const_value::<F::Eval<{ get_upper_bound::<F>() }>>()