directory
1.1.0
Repository: https://github.com/gocarp/go.git
Documentation: pkg.go.dev

# Packages

Package list provides most commonly used doubly linked list container which also supports concurrent-safe/unsafe switch feature.
Package maps provides most commonly used map container which also support concurrent-safe/unsafe switch feature.
Package tree provides concurrent-safe/unsafe tree containers.
Package types provides high performance and concurrent-safe basic variable types.
Package vars provides an universal variable type, like generics.