xI property Null safety
Get x as a signed BigInt
Implementation
BigInt get xI => _integerSignMode.toBigInt(_stack[0], this);
Set x from a signed BigInt
Implementation
set xI(BigInt v) => x = _integerSignMode.fromBigInt(v, this);
Get x as a signed BigInt
BigInt get xI => _integerSignMode.toBigInt(_stack[0], this);
Set x from a signed BigInt
set xI(BigInt v) => x = _integerSignMode.fromBigInt(v, this);