Range.front

struct Range(T)
ref inout
inout(T)
front
()

Return Value

Type: inout(T)

The front element.

Meta