ocean ~master (2025-12-21T07:04:04.4212625)
Dub
Repo
IEntitySet.Entity
ocean
text
entities
model
IEntitySet
IEntitySet
An entity. Simply a tuple of a name and a unicode value (eg "amp", '&').
class
IEntitySet
struct
Entity {
string
name
;
dchar
unicode
;
}
Members
Variables
name
string
name
;
Undocumented in source.
unicode
dchar
unicode
;
Undocumented in source.
Meta
Source
See Implementation
ocean
text
entities
model
IEntitySet
IEntitySet
aliases
opBinaryRight
functions
entities
getEncodedEntity
getName
getUnicode
opApply
opIn_r
structs
Entity
An entity. Simply a tuple of a name and a unicode value (eg "amp", '&').