fieldtest

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Feb 3, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

fieldtest contains only cases we support. Other cases like the following which refers to other package is beyond the scope of this package.

var a struct_type_from_other_package
var b = struct_type_from_other_package{}

Please note, field accessors are only supported for struct types. And we don't support nil or concurrent access checking.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Generic

type Generic[T comparable, U any, V any] struct {
	// contains filtered or unexported fields
}

type Normal

type Normal struct {
	B int
	// contains filtered or unexported fields
}

type Pure added in v0.2.0

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

Jump to

Keyboard shortcuts

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