mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Make rune a basic type and not an alias; Remove byte
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ Any :: struct #ordered {
|
||||
}
|
||||
|
||||
String :: struct #ordered {
|
||||
data: ^byte,
|
||||
data: ^u8,
|
||||
len: int,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user