Standard Library

v0.1.0-beta.1

Int8

Represents an 8-bit signed integer. While for most purposes you can represent the same data with Int8 and UInt8, you will encounter trouble when performing comparisons. Other operations are the same as VSL uses thetwo 's-complement representation of signed integers.

A defined integers in VSL cannot be implicitly cast to another due to the potential unsafe loss of precision.

Initializers

Methods

Static Methods