dmd.entity
Defines the named entities to support the "\&Entity;" escape sequence for strings / character literals.
Discussion
Specification Named Character Entities
License
Source: entity.d
Documentation: https://dlang.org/phobos/dmd_entity.html
-
Declaration
pure nothrow @nogc @safe uint[2]
HtmlNamedEntity
(scope const char[]name
);See if
is an HTML Named Entityname
Parameters
char[]
name
name
of the entityReturn Value
code point corresponding to the named entity ~0 for not recognized as a named entity