pub fn subset_size_k(width: u32, k: u32) -> impl Iterator<Item = u32>
幅widthのなかで、ビットが1の個数がkであるものを列挙するイテレータを返す。
width
1
k