#1356: [TODO] add method FixedStringArray.sort()
---------------------+------------------------------------------------------
 Reporter:  fperrad  |       Owner:       
     Type:  todo     |      Status:  new  
 Priority:  normal   |   Milestone:       
Component:  core     |     Version:  1.8.0
 Severity:  medium   |    Keywords:       
     Lang:           |       Patch:       
 Platform:  all      |  
---------------------+------------------------------------------------------
 Add the method sort in the FixedStringArray PMC.

 Currently, the method sort is only implemented in FixedPMCArray (and
 inherited by ResizablePMCArray).

 This method uses the C function Parrot_quicksort (in src/utils.c) which
 handles only PMC and not STRING.

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1356>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to