Skip to content

v0.6.0

Compare
Choose a tag to compare
@Foxcapades Foxcapades released this 08 Feb 03:22
· 16 commits to main since this release
2b1b32f

Adds contentEquals methods to Deque and ByteDeque.

The contentEquals compares the contents of 2 deque instances to test if they are equal. Unlike the equals method, this method does
not take into account deque specifics such as capacity.