Skip to main content

U256Interner

Type Alias U256Interner 

Source
pub(crate) type U256Interner = Interner<U256Idx, U256, FbBuildHasher<32>>;
Expand description

Type alias for the bytecode-level U256 constant interner.

Aliased Type§

pub(crate) struct U256Interner {
    set: IndexSet<Uint<256, 4>, FbBuildHasher<32>>,
    _marker: PhantomData<fn() -> U256Idx>,
}

Fields§

§set: IndexSet<Uint<256, 4>, FbBuildHasher<32>>§_marker: PhantomData<fn() -> U256Idx>

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 56 bytes