package
1.22.2
Repository: https://github.com/go-asm/go.git
Documentation: pkg.go.dev

# Functions

Swapper returns a function that swaps the elements in the provided slice.
TypeOf returns the reflection Type that represents the dynamic type of i.
ValueOf returns a new Value initialized to the concrete value stored in the interface i.

# Constants

Import-and-export these constants as necessary.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Value is the reflection interface to a Go value.
A ValueError occurs when a Value method is invoked on a Value that does not support it.

# Interfaces

Type is the representation of a Go type.

# Type aliases

A Kind represents the specific kind of type that a Type represents.