Bookmarks tagged [generics]
https://docs.oracle.com/javase/tutorial/extra/generics/index.html
Introduced in J2SE 5.0, this long-awaited enhancement to the type system allows a type or method to operate on objects of various types while providing compile-time type safety. It adds compile-time t...
https://github.com/t0pep0/efaceconv
Code generation tool for high performance conversion from interface{} to immutable type without allocations.
- tags: go, code-generation, generics
- source code
https://github.com/clipperhouse/gen
Code generation tool for ‘generics’-like functionality.
- tags: go, code-generation, generics
- source code
https://github.com/senselogic/GENERIS
Code generation tool providing generics, free-form macros, conditional compilation and HTML templating.
- tags: go, code-generation, generics
- source code
https://github.com/abice/go-enum
Code generation for enums from code comments.
- tags: go, code-generation, generics
- source code
https://github.com/ahmetalpbalkan/go-linq
.NET LINQ-like query methods for Go.
- tags: go, code-generation, generics
- source code
https://github.com/awalterschulze/goderive
Derives functions from input types.
- tags: go, code-generation, generics
- source code
https://github.com/wzshiming/gotype
Golang source code parsing, usage like reflect package.
- tags: go, code-generation, generics
- source code
https://github.com/hexdigest/gowrap
Generate decorators for Go interfaces using simple templates.
- tags: go, code-generation, generics
- source code
https://github.com/rjeczalik/interfaces
Command line tool for generating interface definitions.
- tags: go, code-generation, generics
- source code
https://github.com/dave/jennifer
Generate arbitrary Go code without templates.
- tags: go, code-generation, generics
- source code
https://github.com/ungerik/pkgreflect
Go preprocessor for package scoped reflection.
- tags: go, code-generation, generics
- source code
https://www.baeldung.com/java-generics
A quick intro tot he basics of Java Generics.
- tags: java, generics
- source code