SList.insertBack

insert item at back

struct SList(T, Allocator = Mallocator, bool GCRangesAllowed = true)
void
insertBack
(
T v
)
out { assert (_first !is null && _last !is null); }

Meta