# Functions
Bool returns bool pointer that point to v.
Complex128 returns complex128 pointer that point to v.
Complex64 returns complex64 pointer that point to v.
Float32 returns float32 pointer that point to v.
Float64 returns float64 pointer that point to v.
Int returns int pointer that point to v.
Int16 returns int16 pointer that point to v.
Int32 returns int32 pointer that point to v.
Int64 returns int64 pointer that point to v.
Int8 returns int8 pointer that point to v.
String returns string pointer that point to v.
Uint returns uint pointer that point to v.
Uint16 returns uint16 pointer that point to v.
Uint32 returns uint32 pointer that point to v.
Uint64 returns uint64 pointer that point to v.
Uint8 returns uint8 pointer that point to v.
Uintptr returns uintptr pointer that point to v.