The OpenD Programming Language

BigIntView.unsigned

Self-assigned to unsigned integer view BigUIntView.

Sign is stored in the most significant bit.

The number is encoded as pair of unsigned and sign.

struct BigIntView(W)
BigUIntView!W unsigned;

Meta