future.bitop

Public Imports

core.bitop
public import core.bitop;

Members

Functions

bsf
int bsf(size_t v)
Undocumented in source. Be warned that the author may not have intended to support it.
bsf
int bsf(ulong v)
Undocumented in source. Be warned that the author may not have intended to support it.
bsr
int bsr(size_t v)
Undocumented in source. Be warned that the author may not have intended to support it.
bsr
int bsr(ulong v)
Undocumented in source. Be warned that the author may not have intended to support it.
popcnt
int popcnt(uint x)
Undocumented in source. Be warned that the author may not have intended to support it.
popcnt
int popcnt(ulong x)
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