Macro revm::precompile::primitives::alloy_primitives::try_vec

source ยท
macro_rules! try_vec {
    () => { ... };
    ($elem:expr; $n:expr) => { ... };
    ($($x:expr),+ $(,)?) => { ... };
}
Expand description

Tries to create a Vec of n elements, each initialized to elem.