# Functions
SliceIncludes returns error if target value is not found in slice.
SliceValue returns error if value at position is not equal to target value.
# Variables
ErrNotFound is returned when an expected value is not found.
ErrUnexpectedValue is returned when an unexpected value is found at a position.