package
Version:
v0.0.0-...-5b643b5
Opens a new window with list of versions in this module.
Published: Aug 31, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type A[T any] struct {
A int
B struct {
Foo string
Bar *[]struct {
Baz B
Qux string
}
}
C struct {
A T
}
}
func (v A[T]) CloneFunc(cloneT func(T) T) A[T]
Source Files
¶
Click to show internal directories.
Click to hide internal directories.