LinkedHashSet.moveFront

Returns the element at begin and increments the position by one.

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

Meta