dkh.bitop

Undocumented in source.

Public Imports

core.bitop
public import core.bitop;
core.bitop
public import core.bitop : popcnt;

Members

Functions

popcnt
int popcnt(ulong v)
Undocumented in source. Be warned that the author may not have intended to support it.
poppar
bool poppar(uint v)
bool poppar(ulong v)

poppar(v) == popcnt(v) % 2

Meta