- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 471 - 480 of 2,333 for host:doc.rust-lang.org (0.04 sec)
-
std::str::pattern - Rust
The string Pattern API.doc.rust-lang.org/std/str/pattern/index.htmlRegistered: Wed Jun 04 01:17:32 UTC 2025 - Last Modified: Thu May 15 17:17:54 UTC 2025 - 11.7K bytes - Viewed (0) -
DoubleEndedIterator in std::iter - Rust
An iterator able to yield elements from both ends.doc.rust-lang.org/std/iter/trait.DoubleEndedIterator.htmlRegistered: Wed Jun 04 01:17:38 UTC 2025 - Last Modified: Thu May 15 17:17:47 UTC 2025 - 127.6K bytes - Viewed (0) -
SplitAsciiWhitespace in std::str - Rust
An iterator over the non-ASCII-whitespace substrings of a string, separated by any amount of ASCII whitespace.doc.rust-lang.org/std/str/struct.SplitAsciiWhitespace.htmlRegistered: Wed Jun 04 01:17:49 UTC 2025 - Last Modified: Thu May 15 17:17:50 UTC 2025 - 176.7K bytes - Viewed (0) -
Deref in std::ops - Rust
Used for immutable dereferencing operations, like `*v`.doc.rust-lang.org/std/ops/trait.Deref.htmlRegistered: Wed Jun 04 01:15:51 UTC 2025 - Last Modified: Thu May 15 17:17:47 UTC 2025 - 49.7K bytes - Viewed (0) -
LinesAny in std::str - Rust
Created with the method `lines_any`.doc.rust-lang.org/std/str/struct.LinesAny.htmlRegistered: Wed Jun 04 01:17:29 UTC 2025 - Last Modified: Thu May 15 17:17:54 UTC 2025 - 172.8K bytes - Viewed (0) -
LineWriter in std::io - Rust
Wraps a writer and buffers output to it, flushing whenever a newline (`0x0a`, `'\n'`) is detected.doc.rust-lang.org/std/io/struct.LineWriter.htmlRegistered: Wed Jun 04 01:25:15 UTC 2025 - Last Modified: Thu May 15 17:17:44 UTC 2025 - 44.7K bytes - Viewed (0) -
Split in std::slice - Rust
An iterator over subslices separated by elements that match a predicate function.doc.rust-lang.org/std/slice/struct.Split.htmlRegistered: Wed Jun 04 01:25:29 UTC 2025 - Last Modified: Thu May 15 17:17:54 UTC 2025 - 180.6K bytes - Viewed (0) -
SplitInclusiveMut in std::slice - Rust
An iterator over the mutable subslices of the vector which are separated by elements that match `pred`. Unlike `SplitMut`, it contains the matched parts in the ends of the subslices.doc.rust-lang.org/std/slice/struct.SplitInclusiveMut.htmlRegistered: Wed Jun 04 01:25:36 UTC 2025 - Last Modified: Thu May 15 17:17:54 UTC 2025 - 170.9K bytes - Viewed (0) -
ChunksMut in std::slice - Rust
An iterator over a slice in (non-overlapping) mutable chunks (`chunk_size` elements at a time), starting at the beginning of the slice.doc.rust-lang.org/std/slice/struct.ChunksMut.html Similar Results (9)Registered: Wed Jun 04 01:25:57 UTC 2025 - Last Modified: Thu May 15 17:17:50 UTC 2025 - 171.3K bytes - Viewed (0) -
IntoIter in std::array - Rust
A by-value array iterator.doc.rust-lang.org/std/array/struct.IntoIter.htmlRegistered: Wed Jun 04 01:30:56 UTC 2025 - Last Modified: Thu May 15 17:17:40 UTC 2025 - 193.3K bytes - Viewed (0)