# Functions
IsMalformedError returns whether the error indicates a malformed data source.
ReadElement reads the next sequence of bytes from r using little endian depending on the concrete type of element pointed to.
ReadElements reads multiple items from r.
WriteElement writes the little endian representation of element to w.
WriteElements writes multiple items to w.