HtmlNamedEntity

See if name is an HTML Named Entity

nothrow pure @nogc @safe
uint[2]
HtmlNamedEntity
(
scope const char[] name
)

Parameters

name char[]

name of the entity

Return Value

Type: uint[2]

code point corresponding to the named entity ~0 for not recognized as a named entity

Meta