dmd.tokens
Defines lexical tokens.
Specification: Tokens
License
Source: tokens.d
Documentation: https://dlang.org/phobos/dmd_tokens.html
-
Declaration
structToken;-
Declaration
nothrow voidsetString(const(char)*ptr, size_tlength);Set to contents of
ptr[0..length]Parameters
const(char)*ptrpointer to string
size_tlengthlengthof string -
Declaration
nothrow voidsetString(ref const OutBufferbuf);Set to contents of
bufParameters
OutBufferbufstring (not zero terminated)
-
Declaration
nothrow voidsetString();Set to empty string
-