November 18, 2023

Hi everyone,

Continuing my work on list, I have been looking through libc++ implementation of list to see if I could easily pass the node pointers around on the D side to sometimes reduce the workload on the linker.

But I have been able to bind some constructors and some few functions which will possibly be tested.
Hope to add more.

Thanks.