SList.popFront

Pop the front element or throw an error if the list is empty. Part of the bidirectional range interface.

struct SList(T)
void
popFront
()

Meta