fast v0.3.0 (2015-10-12T17:18:18Z)
Home
Dub
Repo
UnsignedOf
fast
helpers
For any integral type, returns the unsigned type of the same bit-width.
template
UnsignedOf (
I
)
if
(
isIntegral
!
I
) {
alias
UnsignedOf
=
I
;
alias
UnsignedOf
=
ulong
;
alias
UnsignedOf
=
uint
;
alias
UnsignedOf
=
ushort
;
alias
UnsignedOf
=
ubyte
;
}
Members
Aliases
UnsignedOf
alias
UnsignedOf
=
I
Undocumented in source.
UnsignedOf
alias
UnsignedOf
=
ulong
Undocumented in source.
UnsignedOf
alias
UnsignedOf
=
uint
Undocumented in source.
UnsignedOf
alias
UnsignedOf
=
ushort
Undocumented in source.
UnsignedOf
alias
UnsignedOf
=
ubyte
Undocumented in source.
Meta
Source
See Implementation
fast
helpers
enums
forceinline
noinline
sse4
functions
alignPtrNext
bsf
bsr
clz
ctfeJoin
getUDA
main
moveMask
manifest constants
hasSSE2
isAMD64
isDMD
isGDC
isLDC
isPosix
isRelease
isX86
properties
isPowerOf2
templates
FieldNameTuple
SIMDFromScalar
SIMDFromString
UnsignedOf
For any integral type, returns the unsigned type of the same bit-width.