The OpenD Programming Language

SList.moveFront

Removes the first item in the list.

Complexity: O(1)

struct SList(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T)
T
moveFront
()

Return Value

Type: T

the first item in the list.

Meta