encoding_rs

Function checked_add

Source
pub(crate) fn checked_add(num: usize, opt: Option<usize>) -> Option<usize>