Type Definition xxcalc::Identifiers
[−]
[src]
type Identifiers = Vec<String>;
Vector of unique identifiers.
Token::Identifier
stores just a location in this vector,
this keeps size of individual tokens minimal.