# Functions
ImpliedType returns the cty Type implied by the structure of the given msgpack-compliant buffer.
Marshal produces a msgpack serialization of the given value that can be decoded into the given type later using Unmarshal.
Unmarshal interprets the given bytes as a msgpack-encoded cty Value of the given type, returning the result.