On Saturday, 30 December 2017 at 07:30:39 UTC, Elronnd wrote:
On Friday, 29 December 2017 at 22:05:31 UTC, I Love Stuffing
wrote:
Also, for a mature D, some damn collections. Queues, Stacks,
Deques, etc...
std.container.dlist
(https://dlang.org/phobos/std_container_dlist.html)?
The queue or stack usage is not obvious at all. One would expect
something like stack.push, stack.pop or queue.enque, queue.deque
and may be a peek(). Instead one will get 33 functions that can
be used with a doubly-linked list.