Registry / utility / antlabs-stl

antlabs-stl

JSON →
library0.0.2gogounverified

Package stl provides a collection of generic data structures and algorithms for Go.

go get github.com/antlabs/stl
INSTALL
IMPORT
SIG · ANTLABS-STL
A
antlabs-stl
utilitygov0.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.

stl
github.com/antlabs/stl

Creates and uses a generic stack

import "github.com/antlabs/stl" func main() { // Example: use a stack s := stl.NewStack[int]() s.Push(1) s.Push(2) val, ok := s.Pop() if ok { println(val) } }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
20
OpenAI (training)
2
Meta
1
Resources
antlabs-stl — go get antlabs-stl · libregistry