Registry / utility / farseer-go-collections

farseer-go-collections

JSON →
library0.17.3gogounverified

Provides generic collection types and utilities for Go, including lists, sets, and dictionaries.

go get github.com/farseer-go/collections
INSTALL
IMPORT
SIG · FARSEER-GO-COLLECT
F
farseer-go-collections
utilitygov0.17.3
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.

collections
github.com/farseer-go/collections

Creates a new list, adds elements, and prints the count.

package main import ( "fmt" "github.com/farseer-go/collections" ) func main() { list := collections.NewList[int]() list.Add(1, 2, 3) fmt.Println(list.Count()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
farseer-go-collections — go get farseer-go-collections · libregistry