Reverse
func Reverse[T any](slice []T) []T
Reverse takes a slice of type T and returns a slice of type T with a reverse order of elements.
func Reverse[T any](slice []T) []T
Reverse takes a slice of type T and returns a slice of type T with a reverse order of elements.