Documentation ¶
Overview ¶
Package memrep provides tools to retrieve low-level representations of Go types.
The race detector will probably complain about this package, so use it only for debugging purposes.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Representation ¶
Representation is a human-friendly representation generated from a Go type and its machine representation. Notice that Bytes is platform-dependent.
func ReadArray ¶
func ReadArray(x interface{}) Representation
ReadArray creates a memory representation of the underlying array of x.
Click to show internal directories.
Click to hide internal directories.