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