pub type I8<E> = Integer<E, i8>;

Aliased Type§

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