# Functions
Bool returns a pointer to the given bool value.
Byte returns a pointer to the given byte value.
ByteSlice returns a pointer to the given tags value.
Float32 returns a pointer to the given float32 value.
Float64 returns a pointer to the given float64 value.
Int returns a pointer to the given int value.
Int16 returns a pointer to the given int16 value.
Int32 returns a pointer to the given int32 value.
Int64 returns a pointer to the given int64 value.
Int64Slice returns a pointer to the given tags value.
Int8 returns a pointer to the given int8 value.
IntSlice returns a pointer to the given tags value.
Rune returns a pointer to the given rune value.
String returns a pointer to the given string value.
StringSlice returns a pointer to the given tags value.
Uint returns a pointer to the given uint value.
Uint16 returns a pointer to the given uint16 value.
Uint32 returns a pointer to the given uint32 value.
Uint64 returns a pointer to the given uint64 value.
Uint64Slice returns a pointer to the given tags value.
Uint8 returns a pointer to the given uint8 value.
UintSlice returns a pointer to the given tags value.