This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| Just a cartesian product algorithm I made. The fastest I've seen. | |
| Not limited to 250 arguments (almost every other use the spread operator in the function's arguments) | |
| Enjoy ! (If you want to thank me, a ferrari would be nice) | |
| - Christophe Jochum | |
| */ | |