DefaultArray is an array list where every index is guaranteed to have a value.
There are no undefineds unless that is part of the value type.
When you create DefaultArray you give a default value. For example if you
delete an index then that index is set to the default value.
DefaultArrayis an array list where every index is guaranteed to have a value. There are no undefineds unless that is part of the value type. When you createDefaultArrayyou give a default value. For example if you delete an index then that index is set to the default value.