psd-d ~master (2021-09-15T09:47:45.236709)
Dub
Repo
isPowerOfTwo
utils
Returns whether the specified value is a power of two
pragma(
inline
, true)
bool
isPowerOfTwo
(
T
)
(
T
x
)
if
(
isIntegral
!
T
)
Meta
Source
See Implementation
utils
modules
io
functions
isPowerOfTwo
roundDownToMultiple
roundUpToMultiple
Returns whether the specified value is a power of two