We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
31aacd5
for
for i := 0; i < 12; i+=1 {}
for cond {}
for {}
for val in 0..<12 {}
for val in 0..12 {}
for val, idx in 3..<12 {}
for _ in array {}
match type name in expr {}
cast(T)
transmute(T)
down_cast(T)
union_cast(T)
fmt.printf
struct { x: int, y: f32, z: int }
type int
type proc(int) -> f32
immutable
using
thread_local
no_alias
#file
#line
#procedure