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, WordEndian endian = TargetEndian)
BigUIntView!(W, endian) unsigned;

Meta