Function super_asc

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

ビット列としてのaの上位集合を昇順に列挙するイテレータを返す。