Unicode.Guards.is_digit

You're seeing just the macro is_digit, go back to Unicode.Guards module for more information.
Link to this macro

is_digit(codepoint)

View Source (macro)

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.