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-28 18:30:06 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e63393e3941f43aca0976367d36f22207758e4a1
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