nxt.clz

Count leading zeros.

Members

Aliases

bsf
alias bsf = core.bitop.bsf
Undocumented in source.
bsr
alias bsr = core.bitop.bsr
Undocumented in source.
clz
alias clz = __builtin_clz
Undocumented in source.
clz
alias clz = __builtin_clzl
Undocumented in source.

Functions

clz
U clz(U u)

Count leading zeroes.

clz
uint clz(U u)
Undocumented in source. Be warned that the author may not have intended to support it.
clz
uint clz(ulong u)
Undocumented in source. Be warned that the author may not have intended to support it.
clz
U clz(U u)
Undocumented in source. Be warned that the author may not have intended to support it.
clz
uint clz(U u)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta