Skip to content

Packing Conversion

Choose a tag to compare

@JoelBender JoelBender released this 16 May 03:57
· 9 commits to master since this release

The pack() functions of the structure types will now attempt to convert the value provided to the correct data type. For example, passing an integer to BigEndianReal will have it converted to a float if it isn't already. Similarly, passing a float to BigEndianUnsignedDoubleInt will be converted to an int.