Clips a Queue at the certain position.
Queue
clip
drv(t=Queue[Uint[4]], seq=[list(range(10))]) \ | clip(size=Uint[4](6)) \ | check(ref=[list(range(6)), list(range(6, 10))])
HW Design: A Functional Approach