currently I fetch \"list\" data from my storage, \"deque\" it to work with that data. After processing the fetched data I have to put them back into the storage. This won\'t
>>> list(collections.deque((1, 2, 3))) [1, 2, 3]