Stuart Cook 6238555e72
Rollup merge of #140598 - ShE3py:iter-misc-docs, r=workingjubilee
Steer docs to `utf8_chunks` and `Iterator::take`

- Adds `limit` as an alias of `take` (as this is [what Java calls this operation](https://docs.oracle.com/javase/8/docs/api/java/util/stream/Stream.html#limit-long-));
- Says that [`Utf8Chunks`](https://doc.rust-lang.org/std/str/struct.Utf8Chunks.html) comes from [`[u8]::utf8_chunks`](https://doc.rust-lang.org/std/primitive.slice.html#method.utf8_chunks).

``@rustbot`` label +A-docs
2025-05-06 16:28:41 +10:00
..
2025-04-09 12:29:59 +01:00
2025-04-16 18:53:40 -07:00
2025-04-20 11:18:38 +02:00
2025-04-12 22:10:17 -07:00
2025-05-01 13:49:28 +01:00
2025-03-26 14:32:35 -04:00
2025-04-09 12:29:59 +01:00
2025-04-25 11:06:53 +08:00