SafeInt.pow

Undocumented in source. Be warned that the author may not have intended to support it.
  1. M pow(M exp)
  2. SafeInt!(CallType!(std.math.pow, N, BasicScalar!M), bitOps && hasBitOps!M, throws || isThrowingCInt!M) pow(M exp)
    struct SafeInt(N, bool bitOps = true, bool throws = true)
    const
    SafeInt!(CallType!(std.math.pow, N, BasicScalar!M),
    bitOps &&
    ,
    throws ||
    )
    pow
    (
    M
    )
    (
    const M exp
    )
    if (
    isIntegral!N &&
    )

Meta