TemplateInstanceBox

This struct is needed for TemplateInstance to be the key in an associative array. Fixing https://issues.dlang.org/show_bug.cgi?id=15812 and https://issues.dlang.org/show_bug.cgi?id=15813 would make it unnecessary.

Constructors

this
this(TemplateInstance ti)
Undocumented in source.

Members

Functions

opEquals
bool opEquals(TemplateInstanceBox s)
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.

Variables

ti
TemplateInstance ti;
Undocumented in source.

Meta