a rusty set datastructure for go

.

Signed-off-by: oppiliappan <me@oppi.li>

oppi.li dbfa55de d0656dd7

verified
+1 -1
+1 -1
readme.txt
··· 1 1 sets 2 2 ---- 3 3 set datastructure for go with generics and iterators. the 4 - api is supposed to mimic rust's std::collections::HashSet api. 4 + api is supposed to mimic rust's std::collections::HashSet api. 5 5 6 6 import "tangled.org/oppi.li/sets" 7 7