mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-17 20:12:38 +00:00
General improves
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user