Why is there at https://dlang.org/phobos/std_algorithm_iteration.html an inconsistency in naming of `group` and chunkBy`? Is it because of `group` has a default for the predicate whereas `chunkBy` hasn't. Further, why aren't the two merged into a single iteration algorithm?