symbol

Use this to create a Symbol. Ex: symbol!"Value" or symbol!"=" Invalid names (such as symbol!"FooBar") are rejected at compile-time.

template symbol (
string name
) {}

Members

Variables

symbol
auto symbol;
Undocumented in source.

Meta