# Functions
Contains returns true if any of the slice elements pass an == test w/ the given 'value'.
Map performs a functional Map operation where you convert a slice of type T to a slice of type U by running every element through a mapping function.
Remove is a generic way to remove the first instance of 'value' from the given slice.