https://issues.dlang.org/show_bug.cgi?id=12999
Jonathan M Davis <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |INVALID --- Comment #1 from Jonathan M Davis <[email protected]> --- It's intended. What would it even mean for it a container to remove elements which are from another container? The values of the elements are irrelevant. You're asking it to remove those specific elements, so they have to be from the container that you're asking to remove them. --
