mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-09 22:49:57 +09:00
before: when idx >= len it doesn't insert the element to the end it inserted to index len-1 after: when idx >= len it inserts the element to the end of the deque