Package sort

Package sort implements array sorting functions.

Constants

This section is empty.

Variables

This section is empty.

Functions

func Reverse
func Reverse(arr []int) []int

Reverse reverses the argument slice.

func Slice
func Slice(arr []int) []int

Sort sorts the argument slice in ascending order.

Types

This section is empty.