Class: SLI

verificatum.arithm.sli.SLI(first, second)

new SLI(first, second)

Container class for signed mutable integers with space handled by the programmer. Instantiated with sign and value, with a length of the underlying array for an uninitialized instance, or with no parameters.
Parameters:
Name Type Description
first Empty, sign, or number of words in empty instance.
second Empty or array containing value.
Source:
Returns:
Instance of a container for signed integers.