nixd
Loading...
Searching...
No Matches
libnixt
include
nixt
BinOps.inc
Go to the documentation of this file.
1
#ifdef BinOp
2
3
BinOp(OpEq,
"=="
)
4
BinOp(OpNEq,
"!="
)
5
BinOp(OpAnd,
"&&"
)
6
BinOp(OpOr,
"||"
)
7
BinOp(OpImpl,
"->"
)
8
BinOp(OpUpdate,
"//"
)
9
BinOp(OpConcatLists,
"++"
)
10
11
#endif
// BinOp
Generated by
1.13.0