id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,lang,patch,platform
1414,Change ??A .sort() methods to return self,Austin_Hastings,,"Presently, the RPA .sort method is inherited from FPA (this is okay).
But the method when called does not return anything.

I would like to be able to write, in NQP, something like:

{{{
for %hash.keys.sort { 

    say($_); 

}
}}}

Changing the return value from nothing (currently) to self seems like a low-impact change that offers decent value.

",todo,closed,normal,,none,2.0.0,medium,done,,,,,
