Unicode.EastAsianWidth.fetch

You're seeing just the function fetch, go back to Unicode.EastAsianWidth module for more information.
Link to this function

fetch(east_asian_width_category)

View Source

Returns the Unicode ranges for a given east asian width category as a list of ranges as 2-tuples.

Aliases are resolved by this function.

Returns either {:ok, range_list} or :error.