pub type I32<E> = Integer<E, i32>;

Aliased Type§

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