pub type I128<E> = Integer<E, i128>;

Aliased Type§

struct I128<E> { /* private fields */ }