Unicode.Guards.is_lower

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

is_lower(codepoint)

View Source (macro)

Guards whether a UTF8 codepoint is a lower case character.

The match is for any UTF8 character that is defined in Unicode to be an lower case character in any script.