Function cranelift_codegen_meta::cdsl::typevar::range_to_set

source ·
fn range_to_set(range: Option<Range<u16>>) -> BTreeSet<u16>
Expand description

Generates a set with all the powers of two included in the range.