CodePointInfo

A customizable structure providing information on a code point. It consists of a Unicode property in the form of an enum (e.g. GeneralCategory) and a length in bytes of the code point in UTF-8.

struct CodePointInfo (
Enum
) {}

Alias This

property

Members

Variables

length
size_t length;
Undocumented in source.
property
Enum property;
Undocumented in source.

Meta