pub type I16<E> = Integer<E, i16>;

Aliased Type§

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