Changes between Version 6 and Version 7 of ArrayTasklist

Show
Ignore:
Timestamp:
10/09/09 12:28:36 (12 years ago)
Author:
Util
Comment:

Changed list of types into type list

Legend:

Unmodified
Added
Removed
Modified
  • ArrayTasklist

    v6 v7  
    33At the moment, we have these Array types, in addition to the myriad types that provide array-like interfaces: 
    44 
    5 Array 
    6 FixedBooleanArray 
    7 ResizableBooleanArray 
    8 FixedIntegerArray 
    9 ResizableIntegerArray 
    10 FixedStringArray 
    11 ResizableStringArray 
    12 FixedPMCArray 
    13 ResizablePMCArray 
     5  * Array 
     6  * FixedBooleanArray 
     7  * ResizableBooleanArray 
     8  * FixedIntegerArray 
     9  * ResizableIntegerArray 
     10  * FixedStringArray 
     11  * ResizableStringArray 
     12  * FixedPMCArray 
     13  * ResizablePMCArray 
    1414 
    1515= Questions =