# Functions
FromBytes returns some Data that is represented by the given bytes.
LoadFromFile loads Data from the given file.
SaveToFile saves Data to the given file.
ToBytes returns the byte representation of the given Data.
# Variables
ErrNotFound is used when you try to read a data item that does not exist.
ErrUnexpectedType is used when you try to use a data item as a type that it is not.