# Functions
AsBigFloat converts interface as big.Float.
AsBool convert interface as bool.
AsBytes converts interface as bytes.
AsFloat64 convets interface as float64.
AsInt64 converts interface as int64.
Assign copies to dest the value in src, converting it if possible.
AssignValue assign src as dv.
AsString converts interface as string.
AsTime converts interface as time.
AsUint64 converts interface as uint64.
Interface2Interface converts interface of pointer as interface of value.
String2Time converts a string to time with original location.
# Variables
embedded in descriptive error.
# Structs
EmptyScanner represents an empty scanner which will ignore the scan.
NullUint32 represents an uint32 that may be null.
NullUint64 represents an uint64 that may be null.
# Interfaces
Conversion is an interface.