CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
gogenerics
01-17
Back-end
Confused by generics - pointer type parameter?
01-08
Net
Go generics: Invalid composite literal
12-21
Mobile
Is it possible to define generic function with custom structs?
12-21
Mobile
Accessing specific field of a generic struct passed to a variadic function
12-20
OS
Get the type name of a generic struct without type parameters
12-05
Software design
Generic function accepting both channels and slices
12-02
OS
How to use a string enum with a method as a generic parameter?
11-28
Net
Pass type parameter with exact constraint to function with that argument?
11-26
Back-end
How to convert `type Int32 int32` to `int32`?
11-21
Back-end
Go: Type Assertions - Is there an error in the spec?
11-19
Blockchain
Create instance of generic type with pointer to type parameter
11-18
database
Go - Enforce that an interface is only satisfied by types with a pointer receiver on a method?
11-17
Mobile
Convert type T to type U in an identity function
11-08
Software engineering
Generic type which isn't of an interface type
10-09
OS
In Golang, how to compare interface as generics type to nil?
10-08
Software engineering
How to make a function with inferred nillable comparable generics?
10-07
Blockchain
How to write a generic function that takes a string or an error as a parameter?
09-28
Enterprise
How to change struct tags by generics
09-27
other
How to make a function accept structs that implement generic interfaces?
Links:
CodePudding