FILE / ScuroNeko/extypes

doc.go

Исходный файл и его история в репозитории.
FILE 481677a2083ce96854ab08e0f6b8efed50478945
Files
extypes/doc.go
T

7 lines
269 B
Go

// Package extypes provides small generic collection types for Go:
// Slice, Tuple, Set, HashMap, and a fixed-size concurrent Queue.
//
// The package is intentionally lightweight and stays close to the
// semantics of the underlying Go built-in types.
package extypes