Skip to content

Commit 4068eeb

Browse files
committed
Add Raw_String16/Raw_Cstring16 to core:mem
1 parent 4723ec7 commit 4068eeb

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

core/mem/raw.odin

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,17 @@ Memory layout of the `cstring` type.
1818
*/
1919
Raw_Cstring :: runtime.Raw_Cstring
2020

21+
22+
/*
23+
Memory layout of the `string16` type.
24+
*/
25+
Raw_String16 :: runtime.Raw_String16
26+
27+
/*
28+
Memory layout of the `cstring16` type.
29+
*/
30+
Raw_Cstring16 :: runtime.Raw_Cstring16
31+
2132
/*
2233
Memory layout of `[]T` types.
2334
*/

0 commit comments

Comments
 (0)