alias

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Mar 14, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Aliased

type Aliased = big.Int

Alias types chosen because their originals have special handling that is easy to spot when inspecting generated output.

type AliasedTwice

type AliasedTwice = intermediate

Alias types chosen because their originals have special handling that is easy to spot when inspecting generated output.

type Element

type Element struct{}

Alias types chosen because their originals have special handling that is easy to spot when inspecting generated output.

type ElementDeriv

type ElementDeriv Element

Alias types chosen because their originals have special handling that is easy to spot when inspecting generated output.

type Slice

type Slice []Element

Alias types chosen because their originals have special handling that is easy to spot when inspecting generated output.

type SliceAlias

type SliceAlias = Slice

Alias types chosen because their originals have special handling that is easy to spot when inspecting generated output.

type X

type X struct {
	A Aliased
	B AliasedTwice
	C other.Int
	D SliceAlias
}

func (X) MarshalJSON

func (x X) MarshalJSON() ([]byte, error)

MarshalJSON marshals as JSON.

func (*X) UnmarshalJSON

func (x *X) UnmarshalJSON(input []byte) error

UnmarshalJSON unmarshals from JSON.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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