Trait evmil::util::IsTop

source ·
pub trait IsTop {
    fn is_top(&self) -> bool;
}

Required Methods§

Check whether self is the special top value or not.

Implementors§