eval_with_upper_bound

Function eval_with_upper_bound 

Source
pub const fn eval_with_upper_bound<A: AcceptUpperBound>() -> A::Output
Expand description

Evaluates AcceptUpperBound.

In the language of generic_const_exprs, this function returns const_value::<F::Eval<{ get_upper_bound::<F>() }>>()