Returns the research queue, where the front of the queue is at the beginning of the list.
(&self)
| 115 | /// Returns the research queue, where the front of the queue is at the |
| 116 | /// beginning of the list. |
| 117 | pub fn queue(&self) -> Vec<Branch> { |
| 118 | self.queue.clone() |
| 119 | } |
| 120 | |
| 121 | /// Whether there is a branch in the research queue. |
| 122 | pub fn has_next_in_queue(&self) -> bool { |