LinkedList.moveFront

Returns the element at begin and increments the position by one.

struct LinkedList(E, bool allowDuplicates = true, alias equal = "a == b")
@nogc @safe nothrow pure
E
moveFront
()

Meta