Registry / utility / zyedidia-generic

zyedidia-generic

JSON →
library1.2.1gogounverified

A collection of generic data structures and algorithms for Go.

go get github.com/zyedidia/generic
INSTALL
IMPORT
SIG · ZYEDIDIA-GENERIC
Z
zyedidia-generic
utilitygov1.2.1
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.

generic
github.com/zyedidia/generic

Create and use a generic stack.

stack := generic.NewStack[int]() stack.Push(1) stack.Push(2) val, _ := stack.Pop() fmt.Println(val) // 2
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
40 hits · last 30 days
node
31
OpenAI (training)
1
Resources
zyedidia-generic — go get zyedidia-generic · libregistry