Tag.isEmpty

Returns true if the Tag is an empty tag

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

Examples

if (tag.isEmpty) { }

Meta

Suggestion Box / Bug Report