DList.insert_first

Undocumented in source.
struct DList(T, Allocator = Mallocator)
@safe nothrow
Node!T*
insert_first
(
T v
)
out { assert (_length > 0); assert (_head !is null && _tail !is null); }

Meta