SList.popFront

pop front item

struct SList(T, Allocator = Mallocator, bool GCRangesAllowed = true)
T
popFront
@nogc @safe nothrow
(
)
in { assert (_first !is null); }

Meta