Change elem_counts to i64le from u64

This commit is contained in:
gingerBill
2021-04-18 18:48:56 +01:00
parent 7c1f538c02
commit 986844a0f0
+2 -1
View File
@@ -157,7 +157,8 @@ Type :: struct {
// Used by some types
elem_count_len: u32le,
elem_counts: [Type_Elems_Cap]u64,
// for Enumerated Ranges,
elem_counts: [Type_Elems_Cap]i64le,
// Each of these is esed by some types, not all
types: Array(Type_Index),