This website requires JavaScript.
Explore
Help
Sign In
ed
/
Odin
Watch
1
Star
0
Fork
0
mirror of
https://github.com/Ed94/Odin.git
synced
2026-07-27 18:00:05 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
aceabb2f2fe40af497c446f8817408595f50a7f1
Odin
/
core
/
sys
T
History
Ginger Bill
784f3ecf7e
Syntax change: cast(T)x => T(x); union_cast(T)x => x.(T); transmute(T)x => transmute(T, x);
y:=^x
=>
y:=&x;
...
Sorry for all the code breaking in this commit :(
2017-04-30 15:09:36 +01:00
..
wgl.odin
Fix slicing bug on dynamic arrays
2017-04-11 16:00:49 +01:00
windows.odin
Syntax change: cast(T)x => T(x); union_cast(T)x => x.(T); transmute(T)x => transmute(T, x);
y:=^x
=>
y:=&x;
2017-04-30 15:09:36 +01:00