Add types.odin; Begin work on map

This commit is contained in:
Ginger Bill
2017-02-05 18:17:55 +00:00
parent 2a5b674d33
commit b1562edccf
10 changed files with 442 additions and 40 deletions

View File

@@ -11,7 +11,11 @@
main :: proc() {
T0 :: struct #align 8 {};
Value :: type f32;
m0: map[int]Value;
m1: map[string]Value;
m2: map[f32]Value;
// fm: map[128, int]f32;
/*
{