Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

KageKirin/py-tuniq

Repository files navigation

Tuniq

Implementation of tuniq.unique() for list types.

⚡ Usage

import tuniq

l = [1,3,4,5,8,4,6,2,7,2,5,3]
u = tuniq.unique(l)
print(u)
## should give [1,3,4,5,8,6,2,7]

🔧 Building

uv build

🤝 Collaborate with My Project

Please refer to the collaboration guidelines for details.

About

implementation of tuniq.unique() for list types

Resources

License

Stars

Watchers

Forks

Packages