types

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: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Prim

type Prim int8
const (
	None Prim = iota

	I32
	I64
	F32
	F64

	V128
)

func ParsePrim

func ParsePrim(s string) Prim

func (Prim) String

func (p Prim) String() string

type PrimType

type PrimType struct {
	P Prim
	// contains filtered or unexported fields
}

func (PrimType) Render

func (t PrimType) Render(w io.Writer)

func (PrimType) String

func (t PrimType) String() string

type Type

type Type interface {
	wr.Renderer
	fmt.Stringer
	// contains filtered or unexported methods
}

Jump to

Keyboard shortcuts

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