msgpack-d
msgpack-d copied to clipboard
Cannot handle void[]
Implementations for packing and unpacking are currently special-cased for arrays of bytes and chars, but not for void[], leading to errors when trying to handle them element at a time.