SList.moveFront

Removes and returns the first item in the list.

struct SList(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T)
T
moveFront
()

Meta