dmd ~master (2023-11-01T14:17:50Z)
Dub
Repo
intUnsignedCmp
dmd
ctfeexpr
Returns e1 OP e2; where OP is ==, !=, <, >=, etc. Result is 0 or 1
@
safe
bool
intUnsignedCmp
(
EXP
op
,
dinteger_t
n1
,
dinteger_t
n2
)
Meta
Source
See Implementation
dmd
ctfeexpr
classes
CTFEExp
ClassReferenceExp
ThrownExceptionExp
functions
assignInPlace
changeArrayLiteralLength
createBlockDuplicatedArrayLiteral
createBlockDuplicatedStringLiteral
ctfeCmp
ctfeEqual
ctfeIdentity
findFieldIndexByName
intSignedCmp
intUnsignedCmp
isCtfeComparable
isCtfeValueValid
isPointer
isTypeInfo_Class
needToCopyLiteral
pointToSameMemoryBlock
realCmp
resolveSlice
specificCmp
voidInitLiteral
Returns e1 OP e2; where OP is ==, !=, <, >=, etc. Result is 0 or 1