Type Alias pn_delta::NextStateType

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