Update IntValue alias to be i128 instead of i64 to get us a lil more range
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
@@ -4,7 +4,7 @@ use shredder::Scan;
|
|||||||
use std::fmt::{Debug, Formatter, self};
|
use std::fmt::{Debug, Formatter, self};
|
||||||
|
|
||||||
pub type IntRef = ObjRef<Int>;
|
pub type IntRef = ObjRef<Int>;
|
||||||
pub type IntValue = i64;
|
pub type IntValue = i128;
|
||||||
|
|
||||||
#[derive(Scan)]
|
#[derive(Scan)]
|
||||||
pub struct Int {
|
pub struct Int {
|
||||||
|
|||||||
Reference in New Issue
Block a user