E7009 Stdlib Validation Errors

requires-char

argument must be a char

When this occurs

Non-char where char needed

Example error message

error[E7009]: expected char, got STRING

How to fix

Pass a character to this function.

Related errors