SList.popFront

Removes the first item in the list.

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

Meta