Constant readable::ZERO_RUNTIME_BUFFER
source · 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]);pub const ZERO_RUNTIME_BUFFER: [u8; 8];UTF-8 byte encoding of ZERO_RUNTIME
assert!(ZERO_RUNTIME.as_bytes()[..3] == ZERO_RUNTIME_BUFFER[..3]);