runtime

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DeepCopySlice

func DeepCopySlice[E DeepCopier[E], S ~[]E](slice S) S

func DeepCopySliceRefs

func DeepCopySliceRefs[E any, D RefDeepCopier[E], S ~[]E](slice S) []E

DeepCopySliceRefs runs DeepCopy on the references of the elements of the slice and returns the created structs.

Types

type DeepCopier

type DeepCopier[E any] interface {
	DeepCopy() E
}

type RefDeepCopier

type RefDeepCopier[E any] interface {
	*E
	DeepCopier[*E]
}

Jump to

Keyboard shortcuts

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