Unicode.Guards.is_quote_mark

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

is_quote_mark(codepoint)

View Source (macro)

Guards whether a UTF8 codepoint is a unicode quote symbol character.

This includes the Unicode set Pi, Pf and other characters documents in this Wikpedia article.

See also Unicode.Category.QuoteMarks.