Documentation
¶
Index ¶
- func Contains[T comparable](s []T, sep ...T) bool
- func Equal(src, dst any) bool
- func HumpToLine(str string) string
- func LineToHump(str string) string
- func Md5(b []byte) string
- func Remove[T comparable](s []T, sep ...T) (res []T)
- func RemoveDuplicate[T comparable](s []T) []T
- func Sha256(b []byte) string
- type Aes
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Contains ¶
func Contains[T comparable](s []T, sep ...T) bool
func Remove ¶
func Remove[T comparable](s []T, sep ...T) (res []T)
func RemoveDuplicate ¶
func RemoveDuplicate[T comparable](s []T) []T
Types ¶
Click to show internal directories.
Click to hide internal directories.