Unicode.Guards.is_whitespace
You're seeing just the macro
is_whitespace
, go back to Unicode.Guards module for more information.
Guards whether a UTF8 codepoint is a whitespace symbol character.
This includes the Unicode set Zs
plus the characters in the range 0x9
-0xd
which incudes tab, newline and carriage return.