Codebase Browser
go
Go to App
go
/
src/cmd/cgo/internal/test/
typeparam.go
func
generic
[
T
,
U
any
]
(
t
T
,
u
U
)
{
…
}
func
useGeneric
(
)
{
…
}