phobos-next v0.5.1 (2022-12-21T17:07:30Z)
Home
Dub
Repo
abs
nxt
wideint
Undocumented in source.
public pure nothrow
@
nogc
=>
(
x
>= 0
)
?
x
: -
x
IntImpl
!(
signed
,
bits
)
abs
(
bool
signed
uint
bits
)
(
IntImpl
!(
signed
,
bits
)
x
)
Meta
Source
See Implementation
nxt
wideint
aliases
SInt
UInt
int128
int256
uint128
uint256
functions
abs
templates
isWideIntInstantiation