ddmd-experimental ~master (2016-08-29T08:37:18Z)
Dub
Repo
intSignedCmp
ddmd
ctfeexpr
Returns e1 OP e2; where OP is ==, !=, <, >=, etc. Result is 0 or 1
extern (
C
++)
int
intSignedCmp
(
TOK
op
,
sinteger_t
n1
,
sinteger_t
n2
)
Meta
Source
See Implementation
ddmd
ctfeexpr
classes
CTFEExp
ClassReferenceExp
ThrownExceptionExp
VoidInitExp
functions
assignInPlace
changeArrayLiteralLength
createBlockDuplicatedArrayLiteral
createBlockDuplicatedStringLiteral
ctfeCmp
ctfeEqual
ctfeIdentity
intSignedCmp
intUnsignedCmp
isCtfeComparable
isCtfeValueValid
isPointer
isTypeInfo_Class
needToCopyLiteral
pointToSameMemoryBlock
realCmp
specificCmp
voidInitLiteral
structs
CtfeStatus
Returns e1 OP e2; where OP is ==, !=, <, >=, etc. Result is 0 or 1