ushort literal
suggest changeushort type has no literal suffix. Integer literals are implicitly converted from int:
ushort us = 127;
Found a mistake? Have a question or improvement idea?
Let me know.
Table Of Contents
ushort type has no literal suffix. Integer literals are implicitly converted from int:
ushort us = 127;