Entity

A named HTML entity.

struct Entity {}

Members

Variables

name
string name;

The name, e.g. "quot".

value
dchar value;

The Unicode code point, e.g. '\u0022'.

Meta