module documentation
        
        Provides the Integer types and type constructors operating on integers such as BigEndian as well as the Endianness and Signedness enums.
| Class |  | 
    An integer type whose size depends on whether the current context is 32 or 64 bits. | 
| Class |  | 
    An integer type that wraps an inner integer type and forces its endianness to big-endian. | 
| Class |  | 
    Endianness of an Integer type. | 
| Class |  | 
    An integer type of a fixed size. | 
| Class |  | 
    An abstract class whose instances represent the types of integer. | 
| Class |  | 
    An integer type that wraps an inner integer type and forces its endianness to little-endian. | 
| Class |  | 
    Signedness of an Integer type. | 
| Function | _adint | 
    Undocumented | 
| Function | _int | 
    Undocumented |