Macro over::int [] [src]

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

Given an int, creates and returns a BigInt.