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