# Functions
LogIfErr - logs the error if it is not nil.
Must - panics if the error is not nil.
MustResult - panics if the error is not nil, otherwise returns the result.
ReturnAnyErr - returns the first error in the list of values, if any.
ReturnNotNil - panics if the value is nil, otherwise returns the value.