Changes between Version 14 and Version 15 of ArrayTasklist

Show
Ignore:
Timestamp:
10/14/09 07:07:09 (12 years ago)
Author:
kurahaupo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ArrayTasklist

    v14 v15  
    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? (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) 
     22 Which behaviour is preferred? 
     23   * ''(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)'' 
     24   * ''(No, it's "random". ResizableBooleanArray does accept negative indeces, while ResizableIntegerArray does not.)'' 
    2325 
    2426== Fixed Arrays ==