primeFactorization(_:)

Finds the prime factorization of the given integer.

MathUtils.swift:91
func primeFactorization<I>(_ n: I) -> [I] where I : ExpressibleByIntegerLiteral, I : Strideable, I : Addable, I : Divisible, I : Magnitudable, I : Multipliable, I : Remainderable, I : Subtractable, I == I.Magnitude, I.Stride : SignedInteger