This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
Odin
Watch
1
Star
0
Fork
0
You've already forked Odin
mirror of
https://github.com/odin-lang/Odin.git
synced
2026-04-18 14:29:47 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d88b052d2d9aa8fa012be314bd29d7ae311fc941
Odin
/
core
/
odin
/
doc-format
History
gingerBill
5e3cf45df3
Add
#soa
pointer type to aid with refactoring to
#soa
data types
...
a: #soa[16]Foo p := &a[6] #assert(type_of(p) == #soa^#soa[16]Foo) p^.x = 123 p.x = 123
2022-08-08 15:07:00 +01:00
..
doc_format.odin
Add
#soa
pointer type to aid with refactoring to
#soa
data types
2022-08-08 15:07:00 +01:00