This website requires JavaScript.
Explore
Projects
Krypton
CPU vs AI
Eko
Help
Register
Sign In
mirrors
/
Odin
Watch
1
Star
0
Fork
0
You've already forked Odin
mirror of
https://github.com/odin-lang/Odin.git
synced
2026-06-09 03:54:22 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5e3cf45df3e781b0e5e01a55490a32bed0d9c7e3
Odin
/
core
/
fmt
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.odin
Simplify docs to hide the copyright
2022-01-17 19:00:47 +00:00
fmt_js.odin
Update docs for packages fmt and io
2022-01-24 23:07:06 +00:00
fmt_os.odin
Update docs for packages fmt and io
2022-01-24 23:07:06 +00:00
fmt.odin
Add
#soa
pointer type to aid with refactoring to
#soa
data types
2022-08-08 15:07:00 +01:00