Sort Integer Array

Syntax

Sort Integer Array

Parameters

Array

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

New array of sorted integers