Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1 - 5 of 5 for host:doc.rust-lang.org (0.01 seconds)

Showing similar results.

  1. ChunkBy in std::slice - Rust

    An iterator over slice in (non-overlapping) chunks separated by a predicate.
    doc.rust-lang.org/std/slice/struct.ChunkBy.html
    Thu Jan 22 13:44:28 GMT 2026
      176.5K bytes
  2. IntoChars in std::string - Rust

    An iterator over the `char`s of a string.
    doc.rust-lang.org/std/string/struct.IntoChars.html
    Thu Jan 22 13:44:28 GMT 2026
      176K bytes
  3. SplitInclusive in std::slice - Rust

    An iterator over subslices separated by elements that match a predicate function. Unlike `Split`, it contains the matched part as a terminator of the subslice.
    doc.rust-lang.org/std/slice/struct.SplitInclusive.html
    Thu Jan 22 13:44:28 GMT 2026
      178.6K bytes
  4. RSplit in std::slice - Rust

    An iterator over subslices separated by elements that match a predicate function, starting from the end of the slice.
    doc.rust-lang.org/std/slice/struct.RSplit.html
    Thu Jan 22 13:44:28 GMT 2026
      177.9K bytes
  5. EscapeAscii in std::slice - Rust

    An iterator over the escaped version of a byte slice.
    doc.rust-lang.org/std/slice/struct.EscapeAscii.html
    Thu Jan 22 13:44:28 GMT 2026
      175.7K bytes
Back to Top