mulPow2

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto mulPow2(N coef, M exp)
    @safe pure nothrow @nogc
    mulPow2
    (
    N
    M
    )
    (
    const N coef
    ,
    const M exp
    )
    if (
    (
    isFloatingPoint!N &&
    isScalarType!M
    )
    ||
    (
    isScalarType!N &&
    isFloatingPoint!M
    )
    )
  2. auto mulPow2(N coef, M exp)
  3. auto mulPow2(N coef, M exp)

Meta