DList.front

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

Return Value

Type: inout(T)

First element.

Precondition: !empty.

Meta