Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Contain ¶
func Contain[T comparable](sli []T, el T) bool
func Product ¶
func Product[T any](sli [][]T) [][]T
笛卡尔积 [[a,b],[c],[d,e]]->[[a,c,d],[a,c,e],[b,c,d],[b,c,e]]
func RmRepeat ¶
func RmRepeat[T comparable](sli []T) []T
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.