Skip to content

Version 1.1.0

Latest
Compare
Choose a tag to compare
@eapache eapache released this 21 Nov 19:00
  • Get() now accepts negative indices to index from the back of the queue
  • Remove() now returns the element removed so you don't have to call Peek() first
  • minor performance improvements via some bitwise math