package
module
Version:
v0.0.0-...-d99eec9
Opens a new window with list of versions in this module.
Published: Aug 3, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
README
¶
arrayHelper
small helper for work with arrays
Documentation
¶
All returns `true` if all of the strings in the slice
satisfy the predicate `f`.
Any returns `true` if one of the strings in the slice
satisfies the predicate `f`.
Filter returns a new slice containing all strings in the
slice that satisfy the predicate `f`.
Include returns `true` if the target string t is in the
slice.
Index returns the first index of the target string `t`, or
-1 if no match is found.
Map returns a new slice containing the results of applying
the function `f` to each string in the original slice.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.