### CircuitPython version ```python Adafruit CircuitPython 9.0.0-alpha.6 on 2023-12-12; Waveshare RP2040-Zero with rp2040 ``` ### Code/REPL ```python from collections import deque sa = deque((), 4) list(sa) ``` ### Behavior It's pretty self-explanatory:  ### Description _No response_ ### Additional information _No response_