How do I find the number of permutations or combinations in rust?
E.g. C(10,6) = 210
I can\'t find this function in the standard library, nor can I find the fa