Use this tag on questions about algorithms that modify the data in-place, as opposed to making a copy.
How would I use sed to delete all lines in a text file that contain a specific string?
shell sed text-parsing in-placeIn the pandas library many times there is an option to change the object inplace such as with the following …
python pandas in-placeI'm facing a problem that seems to have no straighforward solution. I'm using java.util.Map, and I want to …
java map in-placeIf I have a list in Prolog such as X = [1, 2, 3, 4], how do I add the element 5 to the end of …
list prolog append in-place difference-lists