Unicode.Guards.is_print
You're seeing just the macro
is_print
, go back to Unicode.Guards module for more information.
Guargs where a UTF8 codepoint is a printing character.
This is the Unicode definition which is a combination of the
[:graph:]
set and the [:blank:]
set.