- get
T get()
Gets the value for the type T
Returns T.init if there is not value or the value is not of type T
- hasValue
bool hasValue()
Returns true if there is a value of type T
- hasValue
bool hasValue()
Returns true if there is a value of any type
- opAssign
Tag opAssign(Tag val)
Undocumented in source. Be warned that the author may not have intended to support it.
- opAssign
Tag opAssign(T val)
Undocumented in source. Be warned that the author may not have intended to support it.
- opAssign
Tag opAssign(string val)
Assigns a string to a Tag
- opAssign
Tag opAssign(double val)
- opAssign
Tag opAssign(bool val)
- opCmp
int opCmp(const(Tag) other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opDispatch
auto opDispatch(V vals)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(const(Tag) other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(const(T) value)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(double value)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(bool value)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(const(List) value)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(const(Dict) value)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
Tag opIndex(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
Tag opIndex(string index)
Undocumented in source. Be warned that the author may not have intended to support it.
- toHash
size_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
string toString()
Returns the string representation of the current value
Any haystack value type.