Registry / utility / iotaledger-hive-go-ds

iotaledger-hive-go-ds

JSON →
library0.0.0-20240119103833-4bfcf8239eb5gogounverified

A Go library providing data structures for the IOTA Hive framework.

go get github.com/iotaledger/hive.go/ds
INSTALL
IMPORT
SIG · IOTALEDGER-HIVE-GO
I
iotaledger-hive-go-ds
utilitygov0.0.0-20240119103833-4bfcf8239eb5
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.

ds
github.com/iotaledger/hive.go/ds

Create and use a set data structure

package main import ( "fmt" "github.com/iotaledger/hive.go/ds" ) func main() { set := ds.NewSet[int]() set.Add(1) fmt.Println(set.Has(1)) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20240119103833-4bfcf8239eb5latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
iotaledger-hive-go-ds — go get iotaledger-hive-go-ds · libregistry