Is it possible to pass a python list slice as reference?
I was playing with python to try to reduce memory usage using various methods. One question that arose is if there’s a way to pass a list slice as reference to the original list.
I was playing with python to try to reduce memory usage using various methods. One question that arose is if there’s a way to pass a list slice as reference to the original list.