repository
2.0.0
Repository: https://github.com/snowmerak/generics-for-go.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
Generics for go
A useful generic codes for go
godoc
types
types
package is set of generic types.
option
result
pointer
tuple
pair
tripple
syntax
syntax
package is a set of control flow with generic.
cond
cond
has if
, and switch
.
pipe
pipe
is a function pipeline.
iterable
iterable
package gives iterable structure with slice or map.
collections
collections
package a set of generic collections.
list
slice
table
set
test
test
package gives some useful testing tool.