SignedBigInt extension

This extension will provide conversion to Signed or Unsigned BigInt

on

Methods

toCondSigned(int width, {bool signed = false}) BigInt

Available on BigInt, provided by the SignedBigInt extension

Convert a BigInt to Signed when signed is true

Static Methods

fromSignedInt(int value, int width, {bool signed = false}) BigInt

Available on BigInt, provided by the SignedBigInt extension

Construct a Signed BigInt from an int when signed is true