other

package
v0.0.0-...-08ae67c Latest Latest
Warning

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

Go to latest
Published: Nov 18, 2022 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 Five

type Five interface{}

type Four

type Four struct{}

type One

type One[T any] struct{}

type Otherer

type Otherer[T any, R any] interface {
	DoT(T) error
	DoR(R) error
	MakeThem(...T) (R, error)
	GetThem() ([]T, error)
	GetThemPtr() ([]*T, error)
	GetThemMapped() ([]map[int64]*T, error)
	GetMap() (map[bool]T, error)
	AddChan(chan T) error
}

type Three

type Three struct{}

type Two

type Two[T any, R any] struct{}

Jump to

Keyboard shortcuts

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