List.front

struct List(T)
@property ref inout
inout(T)
front
()

Return Value

Type: inout(T)

Head element.

Meta