SE-0452: Integer Generic Parameters

Was this topic previously discussed here or in the Vector threads? I’m curious if integer generic parameters could support a function like the following:

extension Collection {
    func combinations(ofCount count: Int) -> some Sequence<Vector<count * Element>>
}