SList.insertFront

insert item at front

struct SList(T, Allocator = Mallocator, bool GCRangesAllowed = true)
void
insertFront
(
T v
)
out { assert (_first !is null && _last !is null); }

Meta