SList.insertFront

Inserts an item at the front of the list.

struct SList(T)
alias insertFront = insert

Meta