pub fn can_start(node: u32, key: u64) -> bool
Whether a node could possibly begin with this token.
False means it cannot, and that is the only answer the caller may act on. True means try it.