Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppendAndExtends ¶
func AppendAndExtends[T any](slice []T, elems ...T) []T
func Contains ¶
func Contains[T comparable](elems []T, v T) bool
func RemoveIfContains ¶
func RemoveIfContains[T comparable](elems []T, v T) []T
func Reverse ¶
func Reverse[T comparable](s []T) []T
func ToInterfaceSlice ¶
func ToInterfaceSlice(slice interface{}) []interface{}
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.