You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-23 09:16:44 +02:00
Day2: Afternoon - speaker note details and minor cosmetic changes. (#408)
* A few speaker notes in Day2: Afternoon and minor cosmetic changes. * Do not test filesystem example code block.
This commit is contained in:
@ -27,8 +27,7 @@ fn main() {
|
||||
|
||||
<details>
|
||||
|
||||
* `len` returns the size of the `String` in bytes, not its length in characters.
|
||||
* `chars` returns an iterator over the actual characters.
|
||||
* `String` implements `Deref<Target = str>` which transparently gives it access to `str`'s methods.
|
||||
* `len()` returns the size of the `String` in bytes, not its length in characters.
|
||||
* `chars()` returns an iterator over the actual characters.
|
||||
|
||||
</details>
|
||||
|
Reference in New Issue
Block a user