Strange error with the List class
Hello,
I'm running into a weird error with the List class. A test case is provided below. The remove_at() function is being called with a valid index, but quasar gives an index out-of-bounds error. Also, looking at the call stack, I can't figure out how remove_at() is being called. The call stack does not seem to match with the error.
Can you provide some assistance here?
Best regards,
Brian