mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
10 lines
182 B
C++
10 lines
182 B
C++
#ifndef _STEM4U_Permutations_h_
|
|
#define _STEM4U_Permutations_h_
|
|
|
|
namespace Upp {
|
|
|
|
Buffer<Buffer<int>> PermutationsWithRepetition(int nVals, int nOptionsVal);
|
|
|
|
}
|
|
|
|
#endif
|