Symbol.Sident

Identifier for this symbol

Note that this is used as a flexible array member. When allocating a Symbol, the allocation is for sizeof(Symbol - 1 + strlen(identifier) + "\0".length).

struct Symbol
nothrow
char[1] Sident;
Suggestion Box / Bug Report