package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Sep 13, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Filter[T any](items []T, fn func(item T) bool) []T
A utility function to filter the items based on the conditions
defined in the predicate 'fn'
func ToString(x interface{}) string
A utility function to convert an interface to a string
Source Files
¶
Click to show internal directories.
Click to hide internal directories.