Hi, I came here from doing Project Euler in C++.
I was googling for a library for doing product() and found this one, but it only allows a template argument.
My use-case is to have seq be the digits {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}, and repeats be the number of them. This is required for some problems.
Having repeats would be great!