Type Definition jscjs_sys::api::JSChar [−][src]
type JSChar = c_ushort;
Expand description
@typedef JSChar @abstract A UTF-16 code unit. One, or a sequence of two, can encode any Unicode character. As with all scalar types, endianness depends on the underlying architecture.