package
0.1.5
Repository: https://github.com/modernice/jotbot.git
Documentation: pkg.go.dev

# Functions

Filter returns a new slice holding only the elements of s that satisfy fn.
Map applies a provided function to each element of the given slice, returning a new slice with the results.
NoZero removes zero values from the provided slice and returns a new slice containing only non-zero values of the same type.
Unique removes duplicate elements from the provided slice, preserving the order of the first occurrence of each element.