LinkedHashSet.front

Returns the element at the front.

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

Meta