pub(super) fn effective_cap(opt: Option<NonZeroUsize>, config: usize) -> usizeExpand description
Effective ceiling combining an opts cap with a config sentinel, where a
None opts value or a 0 config value means unbounded and the tighter
wins.
pub(super) fn effective_cap(opt: Option<NonZeroUsize>, config: usize) -> usizeEffective ceiling combining an opts cap with a config sentinel, where a
None opts value or a 0 config value means unbounded and the tighter
wins.