General improves

This commit is contained in:
gingerBill
2026-03-14 16:26:42 +00:00
parent 59bc428782
commit 0e6ea3884d
3 changed files with 20 additions and 3 deletions

View File

@@ -2559,7 +2559,7 @@ gb_internal bool type_has_nil(Type *t) {
return true;
case Type_FixedCapacityDynamicArray:
// TODO(bill): should it have `nil`?
// it's like a normal array, so no, similar to `#soa[N]T
return false;
case Type_Union: