DList.insert_last

insert item at list back.

struct DList(T, Allocator = Mallocator, bool GCRangesAllowed = true)
Node!T*
insert_last
(
T v
)
out { assert (_length > 0); assert (_head !is null && _tail !is null); }

Meta