in Sources/_CollectionsTestSupport/MinimalTypes/_CollectionState.swift [217:227]
func replaceAll() {
switch strategy {
case .allIndices:
// Do nothing
break
case .afterChange:
self.indexValidity = Array(repeating: id, count: count)
self.endIndexValidity = id
assert(indexValidity.count == self.count)
}
}