Menu

#557 Add methods to the array class that will fill all cells with a default value

v4.2.0
closed
None
complete
1
2014-04-15
2013-11-12
No

For many applications, things work more cleanly if an array is initialized with a particular value (for example, all zeros when the array is a series of counters). It would be nice if there were a class method that would create the array with the given size and also perform the set operations in a single step. It might also be useful to have a method that could perform a bulk set.

Discussion

  • Mark Miesfeld

    Mark Miesfeld - 2013-11-17
    • status: unread --> open
     
  • Rick McGuire

    Rick McGuire - 2013-11-22
    • assigned_to: Rick McGuire
    • Pending work items: none --> code+doc+test
     
  • Rick McGuire

    Rick McGuire - 2013-11-22

    Code committed [r9541]
    Tests committed [r9542]

     

    Related

    Commit: [r9541]
    Commit: [r9542]

  • Rick McGuire

    Rick McGuire - 2013-11-22
    • status: open --> accepted
    • Pending work items: code+doc+test --> doc
     
  • Rick McGuire

    Rick McGuire - 2013-11-22

    This added a fill method to the array class.

     
  • Rick McGuire

    Rick McGuire - 2013-11-25
    • status: accepted --> pending
    • Pending work items: doc --> complete
     
  • Rick McGuire

    Rick McGuire - 2013-11-25

    Docs committed [r9569]

     

    Related

    Commit: [r9569]

  • Rick McGuire

    Rick McGuire - 2014-04-15
    • status: pending --> closed
     

Anonymous
Anonymous

Add attachments
Cancel