protocol IntCollection: RangeReplaceableCollection where Self.Element == Int {}
any Collection<Element = Int>