The OpenD Programming Language

SList.insertFront

Inserts an item at the front of the list.

Complexity: O(1)

struct SList(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T)
@trusted
void
insertFront
(
T t
)

Meta