SmartInt.mulPow2

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto mulPow2(M exp)
    struct SmartInt(N, bool bitOps = true, bool throws = true)
    nothrow @nogc const
    mulPow2
    (
    M
    )
    (
    const M exp
    )
    if (
    isFloatingPoint!M
    )
    if (
    isIntegral!N &&
    )
  2. auto mulPow2(M exp)

Meta