# Functions
AnyNil returns true if any of the passed in parameters are nil, and returns false otherwise.
AssertErrIsNil function assert that the passed-in error is nil.
IsNil function determines whether the parameter is nil or not.
PanicErr panics using the passed-in error if it's not nil.
ToCamelCase converts a string to CamelCase.
ToLowerCamelCase converts a string to lowerCamelCase.
ToSnakeCase returns snake_case of the provided value.