Registry / utility / lann-ps

lann-ps

JSON →
library0.0.0-20150810152359-62de8c46ede0gogounverified

Provides fully persistent data structures that preserve previous versions when modified, enabling immutable operations with shared structure.

go get github.com/lann/ps
INSTALL
IMPORT
SIG · LANN-PS
L
lann-ps
utilitygov0.0.0-20150810152359-62de8c46ede0
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.

ps
github.com/lann/ps

Creates a persistent list and prepends an element.

package main import ( "fmt" "github.com/lann/ps" ) func main() { list := ps.NewList() list = list.Cons("hello") fmt.Println(list.Head()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20150810152359-62de8c46ede0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
lann-ps — go get lann-ps · libregistry