SmartInt.pow

See smartOp.

  1. auto pow(const M exp)
  2. auto pow(const M exp)
    struct SmartInt(N, IntFlagPolicy _policy, Flag!"bitOps" bitOps = Yes.bitOps)
    pow
    const @safe
    (
    M
    )
    (
    const M exp
    )
    if (
    isCheckedInt!M ||
    isFixedPoint!M
    )
    if (
    isIntegral!N &&
    isUnqual!N
    )

Meta