klyn.Short.Short
constructor
public native Short(value as Char)
Description

Builds a Short from a Unicode scalar value.

Parameters
ParameterDescription
valueChar whose code point is converted.
Throws
  • ValueException if the code point does not fit in a Short.
Example
assert Short('A') == 65