structlit

package
v0.0.0-...-5b643b5 Latest Latest
Warning

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

Go to latest
Published: Aug 31, 2025 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 int
	B struct {
		Foo string
		Bar *[]struct {
			Baz B
			Qux string
		}
	}
	C struct {
		A T
	}
}

func (A[T]) CloneFunc

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

type B

type B struct {
	B string
}

func (B) Clone

func (v B) Clone() B

type C

type C struct {
	Foo struct {
		Bar struct {
			Baz string
			Qux int
		}
		Quux float64
	}
}

func (C) Clone

func (v C) Clone() C

Jump to

Keyboard shortcuts

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