Registry / utility / pointlander-jetset

pointlander-jetset

JSON →
library1.0.0gogounverified

Jetset is a Go library for working with sets of integers.

go get github.com/pointlander/jetset
INSTALL
IMPORT
SIG · POINTLANDER-JETSET
P
pointlander-jetset
utilitygov1.0.0
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.

jetset
github.com/pointlander/jetset

Creates a set and checks for membership.

package main import ( "fmt" "github.com/pointlander/jetset" ) func main() { s := jetset.New(1, 2, 3) fmt.Println(s.Contains(2)) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
pointlander-jetset — go get pointlander-jetset · libregistry