distinct keyword for type declarations

This commit is contained in:
gingerBill
2018-02-05 22:46:30 +00:00
parent 2891988d3b
commit 92780e2683
17 changed files with 177 additions and 121 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import "core:raw.odin"
_BUFFER_SIZE :: 1<<12;
String_Buffer :: [dynamic]byte;
String_Buffer :: distinct [dynamic]byte;
Fmt_Info :: struct {
minus: bool,