Skip to main content

IntegerRing

Type Alias IntegerRing 

Source
pub type IntegerRing<N> = HeapArray<Bit, N>;
Expand description

N-bit integer represented as a Boolean vector.

Aliased Typeยง

pub struct IntegerRing<N> { /* private fields */ }