src/nint128/nint128_comparisons
Theme:
🌗 Match OS
🌑 Dark
🌕 Light
Index
Search:
Group by:
Section
Type
Imports
Procs
isNegative
isNegative(x: Int128): bool
Exports
Source
Edit
Imports
nint128_types
,
comparisons/equal
,
comparisons/greaterthan
,
comparisons/greaterthanorequal
,
comparisons/lessthan
,
comparisons/lessthanorequal
,
comparisons/notequal
Procs
func
isNegative
(
x
:
Int128
)
:
bool
{.
inline
,
...
raises
:
[
]
,
tags
:
[
]
,
forbids
:
[
]
.}
Source
Edit
Exports
==
,
==
,
gt
,
GreaterThan
,
gt
,
gte
,
gte
,
GreaterThanOrEqual
,
<
,
<
,
<=
,
<=
,
ne
,
ne
,
notEqual