mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-13 23:03:16 +00:00
Add types.odin; Begin work on map
This commit is contained in:
@@ -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;
|
||||
|
||||
/*
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user