klyn.Char.Char
constructor
public native Char()
Description
Builds the neutral Char value (`'\0'`). value = Char() assert value == '\0'
Example