phobos-next v0.5.1 (2022-12-21T17:07:30Z)
Home
Dub
Repo
bijectToUnsigned
nxt
bijections
Same as
bijectToUnsigned
with extra argument
descending
that reverses order.
auto
bijectToUnsigned
(T a)
auto
bijectToUnsigned
(T a, bool descending)
pragma(
inline
) @
safe
pure nothrow @
nogc
auto
bijectToUnsigned
(
T
)
(
T
a
,
bool
descending
)
if
(
isIntegralBijectableType
!
T
)
Meta
Source
See Implementation
nxt
bijections
aliases
IntegralBijectableTypes
enums
isIntegralBijectableType
functions
bijectFromUnsigned
bijectToUnsigned
ff
iff
Same as bijectToUnsigned with extra argument descending that reverses order.