Documentation ¶
Index ¶
- func AnyFullName(i any) string
- func AnyName(i any) string
- func Bool2Int[T constraints.Integer](b bool) T
- func Bytes2String(b []byte) string
- func FullName[T any]() string
- func Int2Bool[T constraints.Integer](v T) bool
- func Name[T any]() string
- func New[T any](v T) *T
- func Panic2Err(panicInfo any) error
- func String2Bytes(s string) []byte
- func TypeFullName(t reflect.Type) string
- func TypeName(t reflect.Type) string
- func WriteAnyFullName(sb *strings.Builder, i any)
- func WriteFullName[T any](sb *strings.Builder)
- func WriteTypeFullName(sb *strings.Builder, t reflect.Type)
- func Zero[T any]() T
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WriteTypeFullName ¶
WriteTypeFullName 写入类型全名
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.