primeFactors

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void primeFactors(T n, R or)
    void
    primeFactors
    (
    T
    R
    )
    (
    T n
    ,
    ref R or
    )
    if (
    isOutputRange!(R, Tuple!(T, uint))
    )
  2. Tuple!(T, uint)[] primeFactors(T n)

Meta