applejag / typ

Generic types and functions that are missing from Go, including sets, linked lists, trees, etc.
https://pkg.go.dev/gopkg.in/typ.v4
MIT License
32 stars 2 forks source link

Added typ.Null[T] #22

Closed applejag closed 2 years ago

applejag commented 2 years ago

I forked https://github.com/volatiletech/null to complete this. Lot's of type switches, which I'm not that proud of. Any the lack of distinction between byte and uint8 is a loss for sure. No ways around it though.

Closes #21