Skip to main content

compose_ordered

Function compose_ordered 

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

IOrderedType.hashCalc: acc starts at hashSeed().hashCode() (widened to long), then acc = acc * 31 + hash(item) per item, wrapping i64.