Type Definition apint::Result [] [src]

type Result<T> = Result<T, Error>;

The Result type used in ApInt.