List.back

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

Return Value

Type: inout(T)

Last element.

Meta