Type Alias 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]
pub type B16 = FixedBytes<2>;
2-byte fixed byte-array type.
struct B16(pub [u8; 2]);
0: [u8; 2]