Module tanya.container.set

This module implements a Set container that stores unique values without any particular order.

Structs

NameDescription
Range Bidirectional range that iterates over the Set's values.
Set Set is a data structure that stores unique values without any particular order.