-
-
Notifications
You must be signed in to change notification settings - Fork 849
Keywords and Operators
gingerBill edited this page Jan 6, 2019
·
17 revisions
import
export
foreign
when
if
else
for
defer
return
switch
case
in
do
break
continue
fallthrough
type
proc
struct
union
enum
bit_field
map
vector
dynamic
cast
transmute
using
inline
no_inline
context
size_of
align_of
offset_of
type_of
type_info_of
macro
static
asm
yield
await
= !
^
? :
+ - * / % %%
& | ~ &~
<< >>
&& ||
+= -= *= /= %= %%=
&= |= ~= &~=
<<= >>=
&&= ||=
->
<-
---
== !=
< > <= >=
( )
[ ]
{ }
:
..
#
@
$
;
.
,
=>