SList.insertBack

Undocumented in source.
struct SList(T, Allocator = Mallocator)
@safe nothrow
void
insertBack
(
T v
)
out { assert (_first !is null && _last !is null); }

Meta