pub fn compose_unordered(
obj_name: &str,
items: impl IntoIterator<Item = i64>,
) -> i64Expand description
IUnOrderedType.hashCalc: acc starts at the seed, then acc += hash(item)
per item (order-insensitive sum), wrapping i64.
pub fn compose_unordered(
obj_name: &str,
items: impl IntoIterator<Item = i64>,
) -> i64IUnOrderedType.hashCalc: acc starts at the seed, then acc += hash(item)
per item (order-insensitive sum), wrapping i64.