test

package
v0.0.0-...-27647ab Latest Latest
Warning

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

Go to latest
Published: Oct 17, 2023 License: BSD-3-Clause Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Bar

func Bar(x, y int) int

func Baz

func Baz(t InlineThing, y int) int

func Inlined0

func Inlined0(x, y int) int

func Inlined1

func Inlined1(x, y int) int

Types

type DenseVec_8

type DenseVec_8[T any] struct {
	// contains filtered or unexported fields
}

func (*DenseVec_8[T]) Append

func (v *DenseVec_8[T]) Append(e T)

func (*DenseVec_8[T]) Get

func (v *DenseVec_8[T]) Get(i int) T

type DenseVec_N

type DenseVec_N[T any] struct {
	// contains filtered or unexported fields
}

func (*DenseVec_N[T]) Append

func (v *DenseVec_N[T]) Append(e T)

func (*DenseVec_N[T]) Get

func (v *DenseVec_N[T]) Get(i int) T

type Foo

type Foo struct {
	// contains filtered or unexported fields
}

type InlineThing

type InlineThing struct {
	// contains filtered or unexported fields
}

func (InlineThing) Frob

func (t InlineThing) Frob(y int) int

type MyEnum

type MyEnum int8
const (
	InvalidMyEnum MyEnum = iota
	FooMyEnum
	BarMyEnum
)

type Thing

type Thing struct {
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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