Choose i128/u128 num layouts when necessary

This commit is contained in:
Ayaz Hafiz 2022-07-04 18:32:47 -04:00 committed by ayazhafiz
parent f31f78fde1
commit ba450367ca
No known key found for this signature in database
GPG key ID: B443F7A3030C9AED
5 changed files with 170 additions and 252 deletions

View file

@ -63,7 +63,7 @@ impl Output {
}
}
#[derive(Clone, Debug, PartialEq)]
#[derive(Clone, Debug, PartialEq, Copy)]
pub enum IntValue {
I128([u8; 16]),
U128([u8; 16]),