Documentation
¶
Index ¶
- Variables
- func F1()
- func F2[T any](T)
- type EmptyInterface
- type FunctionType1
- type GeneralInter1
- type GeneralInter2
- type GeneralInter3
- type GeneralInter4
- type GeneralInter5
- type GeneralInter6
- type GenericList
- type Int1
- type Int2
- type Interface1
- type Interface2
- type Interface3
- type Receiver
- type T1
- type T2
Constants ¶
This section is empty.
Variables ¶
View Source
var V1 int
Functions ¶
Types ¶
type EmptyInterface ¶
type EmptyInterface interface{}
type FunctionType1 ¶
type FunctionType1 func()
type GeneralInter1 ¶
type GeneralInter1 interface { ~int }
type GeneralInter2 ¶
type GeneralInter2 interface { int }
type GeneralInter3 ¶
type GeneralInter4 ¶
type GeneralInter5 ¶
type GeneralInter5 interface { FunctionType1 }
type GeneralInter6 ¶
type Interface1 ¶
type Interface1 interface {
Method()
}
type Interface3 ¶
type T1 ¶
type T1 GenericList[int]
type T2 ¶
type T2[E any] GenericList[E]
Click to show internal directories.
Click to hide internal directories.