Categorygithub.com/ngicks/generic
modulepackage
0.0.0-20230320024227-32842ed7ed0f
Repository: https://github.com/ngicks/generic.git
Documentation: pkg.go.dev

# README

helper

A collection of small helper functions which use generics

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Functions

Assert does type assertion on v.
Escape escapes v to a pointer of v.
No description provided by the author
No description provided by the author
Must unwraps error possibility from a set of return value from a function.
Must3 is same as Must but takes 3 args.