paramcb

package
v0.0.0-...-6a0b755 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 28, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type A

type A[T any] struct {
	A B[string, T]
	B C[[]string]
	C B[C[string], []C[string]]
}

func (A[T]) CloneFunc

func (v A[T]) CloneFunc(cloneT func(T) T) A[T]

type B

type B[T, U any] struct {
	T T
	U U
}

func (B[T, U]) CloneFunc

func (v B[T, U]) CloneFunc(cloneT func(T) T, cloneU func(U) U) B[T, U]

type C

type C[T any] struct {
	T T
}

func (C[T]) CloneFunc

func (v C[T]) CloneFunc(cloneT func(T) T) C[T]

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL