Crate apint [] [src]

Structs

ApInt

An arbitrary precision integer with modulo arithmetics similar to machine integers.

BitPos

Represents a bit position within an ApInt.

BitWidth

The BitWidth represents the length of an ApInt.

Error

Represents an error that may occure upon using the ApInt library.

Radix

A radix for parsing strings as ApInts.

Enums

Bit

Represents the set or unset state of a bit within an ApInt.

ErrorKind

Represents the kind of an Error.

Type Definitions

Result

The Result type used in ApInt.