pub fn weighted_scale<C, I>(
_containers: &BTreeMap<C, NonZeroUsize>,
_items: &[I],
) -> Option<ScaleFactor>
Expand description
A unit capacity scaling function: always returns Some(1.0)
.
pub fn weighted_scale<C, I>(
_containers: &BTreeMap<C, NonZeroUsize>,
_items: &[I],
) -> Option<ScaleFactor>
A unit capacity scaling function: always returns Some(1.0)
.