pub fn subset_between(a: u32, b: u32) -> impl Iterator<Item = u32>
$a \subseteq x \subseteq b$を満たすxを列挙するイテレータを返す。
x