package
0.0.0-20250103121507-ee63f3edf62b
Repository: https://github.com/zhaoshupeng/learn.git
Documentation: pkg.go.dev

# Functions

No description provided by the author

# Structs

No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author
作为类型约束使用的接口类型可以事先定义并支持复用。 事先定义好的类型约束类型.

# Type aliases

No description provided by the author
在使用类型约束时,如果省略了外层的interface{}会引起歧义,那么就不能省略。例如 type IntPtrSlice1 [T *int][]T // T*int ?.
No description provided by the author
No description provided by the author
2.