The OpenD Programming Language

SList.back

Complexity: O(length)

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

Return Value

Type: auto

the least recently inserted item.

Meta