# Functions
Bool returns the input value's pointer.
BoolR is the reverse to Bool.
Deref returns the input values de-referenced value, or zero value if nil.
Float32 returns the input value's pointer.
Float32R is the reverse to Float32.
Float64 returns the input value's pointer.
Float64R is the reverse to Float64.
Int returns the input value's pointer.
Int32 returns the input value's pointer.
Int32R is the reverse to Int32.
Int64 returns the input value's pointer.
Int64R is the reverse to Int64.
IntR is the reverse to Int.
Ptr returns the input value's pointer.
String returns the input value's pointer.
StringR is the reverse to String.