pub type SignedBuffer<V> = BoundedBuffer<SignedValue<V>>;Expand description
Signed FIFO for a single edge.
Aliased Typeยง
pub struct SignedBuffer<V> { /* private fields */ }pub type SignedBuffer<V> = BoundedBuffer<SignedValue<V>>;Signed FIFO for a single edge.
pub struct SignedBuffer<V> { /* private fields */ }