Skip to main content

total_by

Function total_by 

Source
pub(super) fn total_by(
    rows: &[LedgerRow],
    key: impl Fn(&LedgerRow) -> &'static str,
) -> BTreeMap<String, usize>