export

package
v0.29.0 Latest Latest
Warning

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

Go to latest
Published: Jun 18, 2025 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Type4

func Type4()

Types

type Generic added in v0.27.0

type Generic[T any] struct{}

func (Generic[T]) DoSomething added in v0.27.0

func (g Generic[T]) DoSomething()

func (Generic[X]) DoSomethingElse added in v0.27.0

func (g Generic[X]) DoSomethingElse()

type GenericByRef added in v0.27.0

type GenericByRef[T any] struct{}

func (*GenericByRef[X]) DoSomethingElsePtr added in v0.27.0

func (g *GenericByRef[X]) DoSomethingElsePtr()

func (*GenericByRef[T]) DoSomethingPtr added in v0.27.0

func (g *GenericByRef[T]) DoSomethingPtr()

type GenericList added in v0.27.0

type GenericList[T any, V any] struct{}

func (GenericList[T, V]) DoSomething added in v0.27.0

func (g GenericList[T, V]) DoSomething()

func (GenericList[X, Y]) DoSomethingElse added in v0.27.0

func (g GenericList[X, Y]) DoSomethingElse()

type GenericListByRef added in v0.27.0

type GenericListByRef[T any, V any] struct{}

func (*GenericListByRef[X, Y]) DoSomethingElsePtr added in v0.27.0

func (g *GenericListByRef[X, Y]) DoSomethingElsePtr()

func (*GenericListByRef[T, V]) DoSomethingPtr added in v0.27.0

func (g *GenericListByRef[T, V]) DoSomethingPtr()

type Type1

type Type1 interface {
	Funcy1()
}

type Type2

type Type2 func()

type Type3

type Type3 struct{}

type Widget

type Widget struct{}

func (Widget) Type5

func (Widget) Type5()

func (Widget) Type6

func (Widget) Type6()

type WidgetByRef added in v0.27.0

type WidgetByRef struct{}

func (*WidgetByRef) Type7 added in v0.27.0

func (*WidgetByRef) Type7()

func (*WidgetByRef) Type8 added in v0.27.0

func (*WidgetByRef) Type8()

Jump to

Keyboard shortcuts

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