Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AsMemoryPointer ¶
AsMemoryPointer returns v cast to a memory.Pointer. IsMemoryPointer must return true for the type of v.
func AsMemorySlice ¶
AsMemorySlice returns v cast to a memory.Slice. IsMemorySlice must return true for the type of v.
func IsMemoryPointer ¶
IsMemoryPointer returns true if t is a (or is an alias of a) memory.Pointer.
func IsMemorySlice ¶
IsMemorySlice returns true if t implements memory.Slice.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.