Sort By Reference Object Array

Syntax

Sort Object Array

Parameters

Array Reference

Reference to array of objects to sort

Predicate

Function that takes two objects which returns true if first object is less than second

Output

Sorted Array

Modified Array Reference with sorted objects