SList.put

Inserts an item at the front of the list.

struct SList(T)
alias put = insert

Meta