We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ulong literals are integers suffixed with ul, which stands for "unsigned long".
ulong
ul
Example 1
12345ul
Example 2
9876ul
Example 3
0ul
Table of Contents