Skip to content

sort

function sort(uint256[] calldata array) external returns (uint256[] memory);

Sorts an array in ascending order.