The Relation to String Slices
We'll cover the following...
This next bit isn’t strictly necessary to understand most programming in Rust, but I think it’s helpful.
There’s a data type we haven’t directly talked about yet, called a char. It represents a single character. This could be the letter A, or the @ sign, or ...