# Functions

Append combines the provided error with a list of errors.
Ignore is a helper function that returns the first argument and ignores the error.
Must is a helper function that panics when the error is not nil.

# Type aliases

MultiError is a collection of errors.