Make rune a basic type and not an alias; Remove byte

This commit is contained in:
Ginger Bill
2017-06-06 23:54:33 +01:00
parent 107740ca5e
commit f60c772c11
22 changed files with 270 additions and 221 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ Any :: struct #ordered {
}
String :: struct #ordered {
data: ^byte,
data: ^u8,
len: int,
};