We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
54976c3
-debug
distinct
My_Int :: distinct int;
My_Int != int
Foo_Bar :: int;
Foo_Bar == int
struct
enum
union
proc
bit_field
b8
b16
b32
b64
using in
using println in import "core:fmt.odin"
using a, b, c in foo;
enum #export
Foo :: enum #export {A, B, C}; a := A;
foo :: proc[bar, baz, asd, goop];
-no-bounds-check