Macro over::int [] [src]

macro_rules! int {
    ( $int:expr ) => { ... };
}

Given an int, returns a BigInt.