package
Version:
v0.0.0-...-12ab560
Opens a new window with list of versions in this module.
Published: Jun 29, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package slice - implements slice methods, missing in Go's standard library.
E.g. generic search operation.
func Exists(slice interface{}, item interface{}) (bool, int, error)
Exists - generic (applicable for any data type) method, used to check if a slice contains an element.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.