linearize 0.1.4

Types that are enumerable and an array-backed map
Documentation
1
2
3
4
5
fn main() {
    if version_check::is_min_version("1.83.0").unwrap_or(false) {
        println!("cargo:rustc-cfg=more_const_functions");
    }
}