Changes between Version 13 and Version 14 of ArrayTasklist

Show
Ignore:
Timestamp:
10/13/09 17:53:12 (12 years ago)
Author:
coke
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ArrayTasklist

    v13 v14  
    2020 
    2121 * Some array types support the Perlish notion that negative indeces count backwards from the end of an array, while others throw an exception. 
    22  Which behaviour is preferred? 
     22 Which behaviour is preferred? (Which types? Is this tied to the Resizable vs. Fixed? as an HLL author, I don't particularly care, as my language doesn't support straight negative indices anyway. If we're moving to unify this feature, I would again suggest we move to unify more, ala support of shift/push --Coke) 
    2323 
    2424== Fixed Arrays ==