Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Sort ¶
func Sort(
slices interface{},
control_slice_index int,
compare func(i, j interface{}) (int, error),
reverse bool,
) error
'slices' must be slice of slices. all slices in 'slices' must have same number of items. control_slice_index determines which slice's elements will be fed to compare callback. all slices inside 'slices' will be simultaniously sorted accordingly to 'compare's responses.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.