Documentation
¶
Index ¶
Constants ¶
View Source
const (
LLGoPackage = true
)
Variables ¶
View Source
var (
TyAny = &InterfaceType{}
)
Functions ¶
Types ¶
type Interface ¶
type Interface = iface
func MakeAnyInt ¶
func MakeAnyString ¶
func MakeInterface ¶
func MakeInterface(inter *InterfaceType, typ *Type, data unsafe.Pointer) Interface
type InterfaceType ¶
type InterfaceType = abi.InterfaceType
type Slice ¶
type Slice struct {
// contains filtered or unexported fields
}
Slice is the runtime representation of a slice.
type String ¶
type String struct {
// contains filtered or unexported fields
}
String is the runtime representation of a string. It cannot be used safely or portably and its representation may change in a later release.
Unlike reflect.StringHeader, its Data field is sufficient to guarantee the data it references will not be garbage collected.
Click to show internal directories.
Click to hide internal directories.