checkedint.noex.smartop

Public Imports

checkedint.flags
public import checkedint.flags;
checkedint.smartop
public import checkedint.smartop : cmp;
checkedint.smartop
public import checkedint.smartop : abs;

Members

Functions

binary
auto binary(N left, M right)
Undocumented in source. Be warned that the author may not have intended to support it.
binary
auto binary(N left, M right)
Undocumented in source. Be warned that the author may not have intended to support it.
bsf
ubyte bsf(N num)
Undocumented in source. Be warned that the author may not have intended to support it.
bsf
ubyte bsf(N num)
Undocumented in source. Be warned that the author may not have intended to support it.
bsr
ubyte bsr(N num)
Undocumented in source. Be warned that the author may not have intended to support it.
bsr
ubyte bsr(N num)
Undocumented in source. Be warned that the author may not have intended to support it.
divPow2
auto divPow2(N coef, M exp)
Undocumented in source. Be warned that the author may not have intended to support it.
divPow2
auto divPow2(N coef, M exp)
Undocumented in source. Be warned that the author may not have intended to support it.
divPow2
auto divPow2(N coef, M exp)
Undocumented in source. Be warned that the author may not have intended to support it.
ilogb
ubyte ilogb(N num)
Undocumented in source. Be warned that the author may not have intended to support it.
ilogb
ubyte ilogb(N num)
Undocumented in source. Be warned that the author may not have intended to support it.
mulPow2
auto mulPow2(N coef, M exp)
Undocumented in source. Be warned that the author may not have intended to support it.
mulPow2
auto mulPow2(N coef, M exp)
Undocumented in source. Be warned that the author may not have intended to support it.
mulPow2
auto mulPow2(N coef, M exp)
Undocumented in source. Be warned that the author may not have intended to support it.
pow
auto pow(N base, M exp)
Undocumented in source. Be warned that the author may not have intended to support it.
pow
auto pow(N base, M exp)
Undocumented in source. Be warned that the author may not have intended to support it.
pow
auto pow(N base, M exp)
Undocumented in source. Be warned that the author may not have intended to support it.
unary
N unary(N num)
Undocumented in source. Be warned that the author may not have intended to support it.
unary
N unary(N num)
Undocumented in source. Be warned that the author may not have intended to support it.
unary
IntFromChar!N unary(N num)
Undocumented in source. Be warned that the author may not have intended to support it.
unary
IntFromChar!N unary(N num)
Undocumented in source. Be warned that the author may not have intended to support it.
unary
Signed!(Promoted!N) unary(N num)
Undocumented in source. Be warned that the author may not have intended to support it.
unary
Signed!(Promoted!N) unary(N num)
Undocumented in source. Be warned that the author may not have intended to support it.
unary
N unary(N num)
Undocumented in source. Be warned that the author may not have intended to support it.
unary
N unary(N num)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta

License

<a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.

Authors

Thomas Stuart Bockman