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 }
Click to show internal directories.
Click to hide internal directories.