Tag.isEnd

Returns true if the Tag is an end tag

class Tag
const @property @safe @nogc pure nothrow
bool
isEnd
()

Examples

if (tag.isEnd) { }

Meta

Suggestion Box / Bug Report