Type Alias NextStateType

Source
pub(crate) type NextStateType = (u64, bool, Rc<RefCell<(Vec<u64>, Vec<u64>)>>);