Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var MaxNumberRoutines uint8 = 5
Functions ¶
This section is empty.
Types ¶
type CombineFunc ¶
type CombineFunc[T Number] func(value1, value2 T) T
type CompareFunc ¶
type Number ¶
type Number interface { constraints.Float | constraints.Integer | constraints.Complex }
type Set ¶
func Run ¶
func Run[T Number](set Set[T], cpF CompareFunc[T], cbF CombineFunc[T], oorF OORFunc[T]) []Set[T]
type SetSortByName ¶
func (SetSortByName[T]) Len ¶
func (s SetSortByName[T]) Len() int
func (SetSortByName[T]) Less ¶
func (s SetSortByName[T]) Less(i, j int) bool
func (SetSortByName[T]) Swap ¶
func (s SetSortByName[T]) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.