The range is an unsigned integer where a value of `UINT32_MAX` denotes an unbounded range The current implementation implied that any size interpreted as a signed integer that is negative was unbounded, which is incorrect. Adds a note to the docs
The range is an unsigned integer where a value of `UINT32_MAX` denotes an unbounded range The current implementation implied that any size interpreted as a signed integer that is negative was unbounded, which is incorrect. Adds a note to the docs