Documentation ¶
Index ¶
- func ArrayDeduplication(sub []string) []string
- func ArrayFilter[T any](filterData []T, filter func(v T) bool) ([]T, []T)
- func ArrayFind(s string, sub []string) (int, bool)
- func ArrayFinds[T any](maps []T, f func(m T) bool) (int, bool, T)
- func DiffString(base1 string, base2 string) []string
- func FormatBoolString(b *bool) string
- func SliceRemove(s string, o interface{}) interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ArrayDeduplication ¶
func ArrayFilter ¶
func DiffString ¶
func FormatBoolString ¶
func SliceRemove ¶
func SliceRemove(s string, o interface{}) interface{}
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.