Type Definition puzzle_solver::Val [] [src]

type Val = i32;

The type of a puzzle variable's value (i.e. the candidate type).