[][src]Macro darwinia_shadow::bytes

macro_rules! bytes {
    ($hex:expr) => { ... };
    ($hex:expr, $bits:expr) => { ... };
}

Convert hex string to Vec<u8> or [u8; n]