Skip to content

v2.9.0

Compare
Choose a tag to compare
@elliotchance elliotchance released this 17 Aug 22:36
· 1 commit to master since this release
d8f7169
Add a new slice method: UniqueStable (#203)

UniqueStable works similar to Unique. However, unlike Unique
the slice returned will be in previous relative order.

Co-authored-by: Westrious <[email protected]>