phobos-next v0.4.6 (2022-11-25T12:27:21Z)
Home
Dub
Repo
clz
nxt
clz
Undocumented in source. Be warned that the author may not have intended to support it.
U
clz
(U u)
uint
clz
(U u)
version(DigitalMars)
pragma(
inline
, true) @
safe
@
nogc
pure nothrow
static if
(
isX86
)
uint
clz
(
U
)
(
U
u
)
if
(
is
(
Unqual
!
U
==
ulong
)
)
alias
clz
=
__builtin_clz
uint
clz
(ulong u)
alias
clz
=
__builtin_clzl
U
clz
(U u)
uint
clz
(U u)
Meta
Source
See Implementation
nxt
clz
aliases
bsf
bsr
functions
clz