Unicode.Guards.is_digit
You're seeing just the macro
is_digit
, go back to Unicode.Guards module for more information.
Guards whether a UTF8 codepoint is a digit character.
This guard will match any digit character from any Unicode script, not only the ASCII decimal digits.