future.bitop

Compatibility shim to allow code written against the latest core.bitop module to compile with older versions of D.

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

Authors

Thomas Stuart Bockman