pub fn merge_partition_cuts<'a, I>(cuts: I) -> Vec<PartitionCut>where I: IntoIterator<Item = &'a PartitionCut>,