//! The one decision a Yahtzee turn ever poses.
use crate::;
/// What to do with the dice on the table: hold some and reroll the rest,
/// or write a category now.
///
/// Scoring early is always legal; rerolling is legal only while rolls
/// remain, which the [`Game`](crate::Game) enforces at runtime.