Trait evmil::evm::Word

source ·
pub trait Word: Sized + Copy + From<w256> + PartialEq + Add<Output = Self> { }
Expand description

Represents the fundamental unit of computation within the EVM, namely a word. This is intentially left abstract, so that it could be reused across both concrete and abstract semantics.

Implementors§

Default implementations for w256