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 EntitynameParameters
char[]namenameof the entityReturn Value
code point corresponding to the named entity ~0 for not recognized as a named entity