Skip to main content

compose_unordered

Function compose_unordered 

Source
pub fn compose_unordered(
    obj_name: &str,
    items: impl IntoIterator<Item = i64>,
) -> i64
Expand description

IUnOrderedType.hashCalc: acc starts at the seed, then acc += hash(item) per item (order-insensitive sum), wrapping i64.