fn credits_fit(range: &CreditRange, credits: f32) -> boolExpand description
Whether an enrolment’s registry-declared credit range can carry the module’s credits. A range
with min > max is the registry’s own data at fault, so it is never usable.
fn credits_fit(range: &CreditRange, credits: f32) -> boolWhether an enrolment’s registry-declared credit range can carry the module’s credits. A range
with min > max is the registry’s own data at fault, so it is never usable.