Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Contains ¶
func Contains[T comparable](val T, arr []T) bool
func ContainsP ¶
func ContainsP[T comparable](val *T, arr []T) bool
func Index ¶ added in v0.1.8
func Index[T comparable](val T, arr []T) int
func IndexP ¶ added in v0.1.8
func IndexP[T comparable](val *T, arr []T) int
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.