Grapheme

A unicode grapheme

@nogc
struct Grapheme {}

Members

Variables

cluster
codepoint[] cluster;

Cluster of codepoints, memory beloning to the original UnicodeSequence

offset
size_t offset;

Byte offset

Meta