SList.front

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

Return Value

Type: auto

the most recently inserted item

Meta