Calling convention, change from bitcast to transmute

This commit is contained in:
Ginger Bill
2017-04-16 16:28:39 +01:00
parent b4a339f2e3
commit 67d8f48553
3 changed files with 6 additions and 3 deletions
+2 -2
View File
@@ -4,8 +4,8 @@ Any :: struct #ordered {
}
String :: struct #ordered {
data: ^byte,
len: int,
data: ^byte,
len: int,
};
Slice :: struct #ordered {