UniqueRange.front

Front element.

struct UniqueRange(Source)
pragma(inline, true) @safe pure nothrow @nogc @property scope ref inout return @trusted
inout(E)
front
()
if (
hasLength!Source
)

Meta