Skip to main content

ROOT_NULL

Constant ROOT_NULL 

Source
pub const ROOT_NULL: u64 = 0b00;
Expand description

ยงExamples

use state_engine::common::bit;

let ko = bit::new();
assert_eq!(ko, 0u64);