mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 07:08:48 +00:00
Making slicing a little more robust
This commit is contained in:
+1
-3
@@ -28,9 +28,7 @@ Calling_Convention :: enum {
|
||||
Type_Info_Record :: struct #ordered {
|
||||
types: []^Type_Info,
|
||||
names: []string,
|
||||
offsets: []int, // offsets may not be used in tuples
|
||||
// size: int,
|
||||
// align: int,
|
||||
offsets: []int, // offsets may not be used in tuples
|
||||
packed: bool,
|
||||
ordered: bool,
|
||||
custom_align: bool,
|
||||
|
||||
Reference in New Issue
Block a user