DList.insertFront

insert item at list front

struct DList(T, Allocator = Mallocator, bool GCRangesAllowed = true)
alias insertFront = insert_first

Meta