package
Version:
v0.0.0-...-6a0b755
Opens a new window with list of versions in this module.
Published: Dec 28, 2024
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
¶
func (v A[T]) CloneFunc(cloneT func(T) T) A[T]
type B[T, U any] struct {
T T
U U
}
func (v B[T, U]) CloneFunc(cloneT func(T) T, cloneU func(U) U) B[T, U]
type C[T any] struct {
T T
}
func (v C[T]) CloneFunc(cloneT func(T) T) C[T]
Source Files
¶
Click to show internal directories.
Click to hide internal directories.