Concept Framework 1.0 documentation Contents | Index

standard.lang.serialize.KeySorted

Name Version Deprecated
KeySorted version 1.0 no

Prototype:
array KeySorted(array arr)

Parameters:
arr      an unsorted array that has string keys

Description:
Sorts an array by its keys (if any). The sorting is an one-step operation (is not time consuming) because in the internal representation of arrays used by Concept, the array keys are already sorted; is a matter of rearranging the elements only (very fast).

Returns:
Returns the sorted array.

Documented by Eduard Suica, generation time: Thu Oct 15 20:02:05 2009 GMT(c)2009 RadGs Software