Unicode.GeneralCategory.count

You're seeing just the function count, go back to Unicode.GeneralCategory module for more information.

Return the count of characters in a given category.

Example

iex> Unicode.GeneralCategory.count(:Ll)
2227

iex> Unicode.GeneralCategory.count(:Nd)
660