pub fn compose_ordered(
obj_name: &str,
items: impl IntoIterator<Item = i64>,
) -> i64Expand description
IOrderedType.hashCalc: acc starts at hashSeed().hashCode() (widened to
long), then acc = acc * 31 + hash(item) per item, wrapping i64.