# Packages
No description provided by the author
# Functions
FromHex tries to convert an hexadecimal representation of a value to its corresponding byte array.
IsPointer returns `true` if the passed item is a pointer, not a value.
IsValue returns `true` if the passed item is a value, not a pointer.
NewNotAPointerError ...
ToHex converts a byte array to its string representation in hexadecimal.
# Structs
NotAPointerError ...