Function gray_code

Source
pub fn gray_code(n: u32) -> impl Iterator<Item = u32>
Expand description

n桁のGray codeを昇順に列挙する。