LinkedHashSet.popFront

Increments the front iteration position by one

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

Meta