blob: e86b81607c9fe81f24a85485047af4b14b5fb036 (
plain)
1
2
3
4
|
# gg (Generic Generics)
A Go library for the generic types that should be in the standard library, but aren't.
Currently, this includes [Option](./option/), but `Result` or `Either` could also be added once there is a compelling usecase for myself.
|