InputStreamRange.front

Gets the last-read element from the stream.

struct InputStreamRange(S, E = StreamType!S)
E
front
()
if ()

Return Value

Type: E

The last-read element from the stream.

Meta