The OpenD Programming Language

SList.front

Complexity: O(1)

struct SList(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T)
inout @property
front
(
this This
)
()

Return Value

Type: auto

the most recently inserted item

Meta