FILE / ScuroNeko/extypes

doc.go

Исходный файл и его история в репозитории.
FILE b1dd8d55fc962f64c311d462b2081473fd292a48
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