# Functions
AsMemoryPointer returns v cast to a memory.Pointer.
AsMemorySlice returns v cast to a memory.Slice.
IsBoxedArray returns true if t implements memory.Slice.
IsHandle returns true if t implements api.Handle.
IsMemoryPointer returns true if t is a (or is an alias of a) memory.Pointer.
IsMemorySlice returns true if t implements memory.Slice.
NewType returns the Type of value v.
NewValue attempts to box and return v into a Value.