Docs.rs
revm-interpreter-27.0.0
revm-interpreter 27.0.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
rakita
Dependencies
revm-bytecode ^7.0.0
normal
revm-context-interface ^11.0.1
normal
revm-primitives ^21.0.0
normal
serde ^1.0
normal
optional
revm-state ^8.0.0
normal
bincode ^2.0
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
i256_mod
revm_
interpreter
27.0.0
In revm_
interpreter::
instructions::
i256
revm_interpreter
::
instructions
::
i256
Function
i256_
mod
Copy item path
Source
pub fn i256_mod(first:
U256
, second:
U256
) ->
U256
Expand description
Performs signed modulo of two 256-bit integers.