ocean v6.1.0 (2021-04-20T01:38:04Z)
Home
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 {
istring
name
;
dchar
unicode
;
}
Members
Variables
name
istring
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", '&').