Hi,I'm looking at the double linked list in std.containers and it says that insertion in front or back are O(log n). How come they are not O(1) ?
https://dlang.org/phobos/std_container_dlist.html#.DList.insertFrontAlso, is this question more for "General"? I'm a "new user" and "learning" so it made sense here, but I'm learning my way around the forum.
Ian