Type Definition aoc_nums::NumResult

source ·
pub type NumResult<Val> = Result<Val, Overflow>;