Skip to content

v2.9.0

Choose a tag to compare

@elliotchance elliotchance released this 17 Aug 22:36
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 <westrious@qq.com>