InversionList.empty

True if this set doesn't contain any $(CODEPOINTS).

struct InversionList(SP = GcPolicy)
@property const
bool
empty
()

Examples

CodepointSet emptySet;
assert(emptySet.length == 0);
assert(emptySet.empty);

Meta