29 | | * Do any HLL's use the current resizable array types without extending them to include initialization of unset elements? (Yes, partcl, at the moment, uses RPAs without extending them to deal with potentially unset elements --coke) |
| 29 | * Do any HLL's use the current resizable array types without extending them to include initialization of unset elements? |
| 30 | * (Yes, partcl, at the moment, uses RPAs without extending them to deal with potentially unset elements --coke) |
| 31 | * ResizablePMCArray, ResizableStringArray and ResizableBooleanArray already do initialization of elements; this question is really about making ResizableIntegerArray and ResizableFloatArray work the same way. |
| 32 | * (The Regex engine uses ResizableIntegerArray somewhere -- I'm not sure where, but the compiler died when I had a broken version under development --kurahaupo) |