mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Add Raw_String16/Raw_Cstring16 to core:mem
This commit is contained in:
@@ -18,6 +18,17 @@ Memory layout of the `cstring` type.
|
|||||||
*/
|
*/
|
||||||
Raw_Cstring :: runtime.Raw_Cstring
|
Raw_Cstring :: runtime.Raw_Cstring
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
Memory layout of the `string16` type.
|
||||||
|
*/
|
||||||
|
Raw_String16 :: runtime.Raw_String16
|
||||||
|
|
||||||
|
/*
|
||||||
|
Memory layout of the `cstring16` type.
|
||||||
|
*/
|
||||||
|
Raw_Cstring16 :: runtime.Raw_Cstring16
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Memory layout of `[]T` types.
|
Memory layout of `[]T` types.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user