-
-
Notifications
You must be signed in to change notification settings - Fork 838
Keywords and Operators
Mikkel Hjortshøj edited this page Nov 12, 2017
·
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
=
!
^
?
:
+
-
*
/
%
%%
&
|
~
&~
<<
>>
&&
||
+=
-=
*=
/=
%=
%%=
&=
|=
~=
&~=
<<=
>>=
&&=
||=
->
<-
---
==
!=
<
>
<=
>=
( )
[ ]
{ }
...
..
#
@
$
;
.
,
=>