is_dynamic_type
Checks if a single EVM type is dynamic.
Arguments
evm_type- The EVM type to check.
Returns
trueif the type is dynamic; otherwise,false.
Fully qualified path: alexandria_evm::utils::is_dynamic_type
pub fn is_dynamic_type(evm_type: @EVMTypes) -> bool