SList.insert

Inserts an item at the front of the list.

struct SList(T)
nothrow @trusted
void
insert
(
T t
)

Meta