Add a Sizet type for 'size_t' values and use it instead of Int.
Various size_t arguments were previously decoded as Int values instead
which would have truncated values above 2^31 on 64-bit systems.
Add a Sizet type for 'size_t' values and use it instead of Int. Tags None Referenced Files None Subscribers None
Description
Details
|