VALID_ROLLS top-level constant

Set<int> const VALID_ROLLS

Valid values for a pair of dice

Implementation

const VALID_ROLLS = {2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12};