pub const ZERO_RUNTIME_BUFFER: [u8; 8];
Expand description

UTF-8 byte encoding of ZERO_RUNTIME

assert!(ZERO_RUNTIME.as_bytes()[..3] == ZERO_RUNTIME_BUFFER[..3]);