rpds icon indicating copy to clipboard operation
rpds copied to clipboard

Complexity section should doc allocations.

Open Eh2406 opened this issue 7 years ago • 0 comments

I was trying to look up if new() allocates on the heap, or if like std it only allocates when the first item is inserted. Then I wanted to know if clone() allocates, I assume no, but a O(1) allocation on clone would also be persistent. I found the Complexity section of each doc, but did not see an ancer.

Eh2406 avatar Apr 03 '18 17:04 Eh2406