@@ -1,5 +1,15 @@
Thing :: struct
len: int
thing: Thing
access := thing.len
Allocator_Kind :: enum
Null
Arena
Heap = Arena
Heap
kind := Allocator_Kind.Heap
The note is not visible to the blocked user.