package
Version:
v0.0.0-...-3f873ad
Opens a new window with list of versions in this module.
Published: Dec 10, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Diff returns removed, added from diff between a and b
Equal returns a boolean reporting whether a == b
Index returns the index of the s element in l.
If s is not present in l, return -1.
Permute returns all possible permutations of string slice.
func Remove[T comparable](slice []T, element T) []T
Remove returns a slice containing the elements of <slice> except <element>
Source Files
¶
Click to show internal directories.
Click to hide internal directories.