Element.isThat

Check if the type match That template. That template must have one parameter T as follows

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

Return Value

Type: bool

true if the element is the type That