Lets Learn Rust - 8 - Understanding Booleans and Characters

13 days ago
3

G'day guys

In this video I talk about both boolean and characters in rust. I also quickly mention that characters in Rust are unicode based and therefore are stored differently to most other programming languages out there. Including talking about how a single char is made up of 4 bytes.

We talk about the following data types specifically:-

- bool
- char

Important Times

00:00 - Introduction
00:26 - Declaring, instantiating and using booleans
03:33 - Declaring, instantiating and using chars
06:59 - Conclusion

Loading comments...