phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
Role.toUnsigned
nxt
filters
Role
Convert to
UnsignedType
u
.
struct
Role
pragma(
inline
, true) pure nothrow @
safe
@
nogc
const
@
trusted
=> cast(
UnsignedType
)
(
(
cast(
UnsignedType
)
reversion
<< 0
)
|
(
cast(
UnsignedType
)
rel
<< 1
)
)
UnsignedType
toUnsigned
(
)
Meta
Source
See Implementation
nxt
filters
Role
aliases
UnsignedType
functions
opCast
toUnsigned
manifest constants
unsignedMax
unsignedMin
static functions
fromUnsigned
variables
rel
reversion
Convert to UnsignedType u.