Sort By Reference Integer Array

Syntax

Sort Integer Array

Parameters

Array Reference

Reference to array of integers to sort

Predicate

Function that takes two integers which returns true if first integer is less than second

Output

Type

Type of used predicate.
May be one of next values: By predicate, Standard way.

Sorted Array

Modified Array Reference with sorted integers