pub type I64<E> = Integer<E, i64>;

Aliased Type§

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