# Functions
Bool encodes the boolean v into writer w.
Byte writes the byte b into writer w.
Float32 encodes the 32-bit floating point number v into writer w.
Float64 encodes the 64-bit floating point number v into writer w.
Int encodes the integer v into writer w.
Int16 encodes the 16-bit integer v into writer w.
Int32 encodes the 32-bit integer v into writer w.
Int64 encodes the 64-bit integer v into writer w.
Run encodes the rune r into writer w.
String encodes the string s into writer w.
Uint encodes the unsigned integer v into writer w.
Uint16 encodes the unsigned 16-bit integer v into writer w.
Uint32 encodes the unsigned 32-bit integer v into writer w.
Uint64 encodes the unsigned 64-bit integer v into writer w.