Registry / utility / scylladb-go-set

scylladb-go-set

JSON →
library1.0.2gogounverified

Package set is a type-safe, zero-allocation port of the excellent package fatih/set.

go get github.com/scylladb/go-set
INSTALL
IMPORT
SIG · SCYLLADB-GO-SET
S
scylladb-go-set
utilitygov1.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

set
github.com/scylladb/go-set

Creates a string set and checks for membership.

package main import ( "fmt" "github.com/scylladb/go-set" ) func main() { s := set.NewStringSet("a", "b", "c") s.Add("d") fmt.Println(s.Has("a")) // true }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Amazon
1
Resources
scylladb-go-set — go get scylladb-go-set · libregistry