[][src]Module arctk::ord::sort

Ordering functions.

Functions

is_ascending

Determine if the list is sorted in ascending order.

is_descending

Determine if the list is sorted in descending order.

kinds

Get the number of kinds within a slice.

max

Determine the maximum value within a list.

min

Determine the minimum value within a list.

mode

Get the mode of a slice.