utf16
The utf16 is a character type keyword used to represent UTF-16 encoded code units.
Syntax
utf16 myChar = u'A'; // immutable utf16 character constant.
var utf16 myChar = u'A'; // mutable utf16 character variable.
The utf16 is a character type keyword used to represent UTF-16 encoded code units.
utf16 myChar = u'A'; // immutable utf16 character constant.
var utf16 myChar = u'A'; // mutable utf16 character variable.