Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/akutz/go-generics-the-hard-way
/ types & classes
Types & classes
18 in github.com/akutz/go-generics-the-hard-way
⨍
Functions
69
◇
Types & classes
18
TypeAlias
Int16List
06-benchmarks/lists/typed/int16.go:22
TypeAlias
Int32List
06-benchmarks/lists/typed/int32.go:22
TypeAlias
Int64List
06-benchmarks/lists/typed/int64.go:22
TypeAlias
Int8List
06-benchmarks/lists/typed/int8.go:22
TypeAlias
IntList
06-benchmarks/lists/typed/int.go:22
TypeAlias
List
06-benchmarks/lists/generic/list.go:19
TypeAlias
List
List is a new type definition for []interface{}.
06-benchmarks/lists/boxed/list.go:20
TypeAlias
List
05-internals/golang/main.go:24
TypeAlias
List
05-internals/03-runtime-instantiation/golang/main.go:27
Class
Main
05-internals/03-runtime-instantiation/java/main.java:21
Class
Main
05-internals/java/main.java:19
Interface
Numeric
Numeric expresses a type constraint satisfied by any numeric type.
04-getting-going/01-var-t/heap/main.go:24
Interface
Numeric
Numeric expresses a type constraint satisfied by any numeric type.
04-getting-going/01-var-t/stack/main.go:24
Interface
Numeric
Numeric expresses a type constraint satisfied by any numeric type.
04-getting-going/02-new-t/stack/main.go:24
Struct
gobuildSubTestCase
06-benchmarks/benchmarks_test.go:71
Struct
gobuildSubTestGroup
06-benchmarks/benchmarks_test.go:65
Struct
gobuildTestCase
06-benchmarks/benchmarks_test.go:59
Struct
request
02-hello-world/example_test.go:23