Tag.isStart

Returns true if the Tag is a start tag

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

Examples

if (tag.isStart) { }

Meta

Suggestion Box / Bug Report