Print Value of Bool in Rust

后端 未结 0 1632
误落风尘
误落风尘 2020-11-29 11:13

How do I print the value of a bool in Rust?

let mut myFalseBool = false;
let mut myTrueBool = true; 
//how do I print         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题