gpt4 book ai didi

rust - 如何在 Rust 中将 bool 值转换为整数?

转载 作者:行者123 更新时间:2023-11-29 07:55:44 26 4
gpt4 key购买 nike

如何在 Rust 中将 bool 值转换为整数?例如,true 变为 1,false 变为 0。

最佳答案

转换:

fn main() {
println!("{}", true as i32)
}

关于rust - 如何在 Rust 中将 bool 值转换为整数?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55461617/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com