primeFactorsSimple

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

Meta