# Functions
Convert converts a slice of type B to a slice of type A.
DeleteVal deletes the first occurrence of a value in a slice of the type E and returns a new slice without the value.
Filter iterates over elements of collection, returning an array of all elements function c returns true for.
SearchValue iterates through slice v, calling function f for every element.