SList.insert

Inserts an item at the front of the list.

struct SList(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T)
alias insert = insertFront

Meta