Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 301 - 310 of 2,278 for host:doc.rust-lang.org (0.2 seconds)

  1. from_raw_parts in std::slice - Rust

    Forms a slice from a pointer and a length.
    doc.rust-lang.org/std/slice/fn.from_raw_parts.html
    Thu Feb 12 20:19:41 GMT 2026
      12.8K bytes
  2. 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.html
    Thu Feb 12 20:19:41 GMT 2026
      170.8K bytes
  3. from_ptr_range in std::slice - Rust

    Forms a slice from a pointer range.
    doc.rust-lang.org/std/slice/fn.from_ptr_range.html
    Thu Feb 12 20:19:41 GMT 2026
      7.3K bytes
  4. CharTryFromError in std::char - Rust

    The error type returned when a conversion from `prim@u32` to `prim@char` fails.
    doc.rust-lang.org/std/char/struct.CharTryFromError.html
    Thu Feb 12 20:19:33 GMT 2026
      36.3K bytes
  5. 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.html
    Thu Feb 12 20:19:41 GMT 2026
      180.5K bytes
  6. from_u32_unchecked in std::char - Rust

    Converts a `u32` to a `char`, ignoring validity. Use `char::from_u32_unchecked` instead.
    doc.rust-lang.org/std/char/fn.from_u32_unchecked.html
    Thu Feb 12 20:19:33 GMT 2026
      3.7K bytes
  7. Deref in std::ops - Rust

    Used for immutable dereferencing operations, like `*v`.
    doc.rust-lang.org/std/ops/trait.Deref.html
    Thu Feb 12 20:19:38 GMT 2026
      59.6K bytes
  8. LinesAny in std::str - Rust

    Created with the method `lines_any`.
    doc.rust-lang.org/std/str/struct.LinesAny.html
    Thu Feb 12 20:19:41 GMT 2026
      172.7K bytes
  9. std::str::pattern - Rust

    The string Pattern API.
    doc.rust-lang.org/std/str/pattern/index.html
    Thu Feb 12 20:19:41 GMT 2026
      11.5K bytes
  10. 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.html
    Thu Feb 12 20:19:41 GMT 2026
      176.6K bytes
Back to Top