IEntitySet.Entity

An entity. Simply a tuple of a name and a unicode value (eg "amp", '&').

class IEntitySet
struct Entity {}

Members

Variables

name
istring name;
Undocumented in source.
unicode
dchar unicode;
Undocumented in source.

Meta