LinkedHashSet.empty

Returns true when the end of the list have been reached.

struct LinkedHashSet(K, alias hashFunc = defaultHash128!(K), alias equal = "a == b")
@property @nogc @safe nothrow pure
bool
empty
()

Meta