types

package
v0.0.0-...-c635e59 Latest Latest
Warning

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

Go to latest
Published: May 20, 2024 License: Apache-2.0, BSD-2-Clause Imports: 1 Imported by: 22

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Void = Empty{}

Functions

This section is empty.

Types

type Empty

type Empty struct{}

func EmptyFromBytes

func EmptyFromBytes([]byte) (object Empty, consumed int, err error)

func (Empty) Bytes

func (e Empty) Bytes() ([]byte, error)

type IdentifierType

type IdentifierType interface {
	~[32]byte
}

type Tuple

type Tuple[A, B any] struct {
	A A
	B B
}

func NewTuple

func NewTuple[A, B any](a A, b B) *Tuple[A, B]

func (Tuple[A, B]) String

func (t Tuple[A, B]) String() string

Jump to

Keyboard shortcuts

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