Element.isThat

* Check if the type match That template. * That template must have one parameter T as follows * @return true if the element is the type That

struct Element
@nogc @property const pure
bool
isThat
(
alias That
)
()