Sorting a ctypes list without grabbing the value
I’m trying to create a reference to a value in a list and then modify that value in a loop. However, I can’t seem to figure out how to sort the data without grabbing its contents.value
with list comprehension. What I have so far is: