# Functions
Contains returns true if the provided slice contains the target value.
Filter returns a sub-slice with all the elements that satisfy the fn condition.
Min returns the minimum of the provided values.
Partition creates partitions of a standard maximum size.
ValueAt returns if exists values[idx] else the default value.