Limits length of queue, default is -1 which is limitless. If length is limited and new element is attempted to be pushed when Queue is overfilled nothing will happen.
See Implementation
Limits length of queue, default is -1 which is limitless. If length is limited and new element is attempted to be pushed when Queue is overfilled nothing will happen.