Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ArrayContains ¶
func ArrayContains[T AllowedDataType](slice []T, x T) bool
Check wether the slice in int64, string, or float data type contains the input x
func ArrayDeduplicate ¶
func ArrayDeduplicate[T AllowedDataType](values []T) []T
Remove duplicate values in int64, string, or float data type slice
func ArrayInt64Contains ¶
Check wether the slice contains the input x
func IsPhoneNumber ¶
Types ¶
type AllowedDataType ¶
Click to show internal directories.
Click to hide internal directories.