Skip to content

Typecasting

Pre-release
Pre-release

Choose a tag to compare

@ucotta ucotta released this 14 Dec 14:17
79e920b

The UInt16/32/64 and Int16/32/64 numbers are typecasted to UInt and Int.
UInt should be used for id values (Int11 unsigned) and count results.
Int should be used for the rest of Integer numbers.