Type Alias revm::interpreter::primitives::alloy_primitives::aliases::B16

source ·
pub type B16 = FixedBytes<2>;
Expand description

2-byte fixed byte-array type.

Aliased Type§

struct B16(pub [u8; 2]);

Fields§

§0: [u8; 2]