package
0.14.3
Repository: https://github.com/robotomize/go-allure.git
Documentation: pkg.go.dev

# Functions

Filter returns a new slice containing the elements of the input slice that pass the provided filter function.
Find returns the first element in the input list that satisfies the provided function, along with a boolean indicating whether such an element was found.
Flat flattens a 2-dimensional slice into one-dimensional slice.
Map applies the given function to each element in the input list and returns a new list containing the results.