display stats
This commit is contained in:
@@ -46,6 +46,12 @@ impl KlondikeStats {
|
||||
moves: 0,
|
||||
}
|
||||
}
|
||||
pub const fn recycle_count(&self) -> usize {
|
||||
self.recycle_count
|
||||
}
|
||||
pub const fn moves(&self) -> usize {
|
||||
self.moves
|
||||
}
|
||||
const fn increment_recycle_count(&mut self) {
|
||||
self.recycle_count += 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user