let foo: &str = "What the heck?";. A &str is a string slice. It's a reference (pointer + length) to a segment of one of those character arrays ...
確定! 回上一頁