Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 201 - 210 of 2,278 for host:doc.rust-lang.org (0.04 seconds)

  1. Char in std::ascii - Rust

    One of the 128 Unicode characters from U+0000 through U+007F, often known as the ASCII subset.
    doc.rust-lang.org/std/ascii/enum.Char.html
    Thu Jan 22 13:44:19 GMT 2026
      199.4K bytes
  2. Range in std::ops - Rust

    A (half-open) range bounded inclusively below and exclusively above (`start..end`).
    doc.rust-lang.org/std/ops/struct.Range.html
    Thu Jan 22 13:44:24 GMT 2026
      263.9K bytes
      Similar Results (1)
  3. true - Rust

    A value of type `bool` representing logical true.
    doc.rust-lang.org/std/keyword.true.html
    Thu Jan 22 13:44:24 GMT 2026
      4.6K bytes
  4. type - Rust

    Define an alias for an existing type.
    doc.rust-lang.org/std/keyword.type.html
    Thu Jan 22 13:44:24 GMT 2026
      6.2K bytes
  5. 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
      Similar Results (4)
  6. Eq in std::cmp - Rust

    Trait for comparisons corresponding to equivalence relations.
    doc.rust-lang.org/std/cmp/trait.Eq.html
    Thu Jan 22 13:44:20 GMT 2026
      106.4K bytes
  7. Allocator in std::alloc - Rust

    An implementation of `Allocator` can allocate, grow, shrink, and deallocate arbitrary blocks of data described via `Layout`.
    doc.rust-lang.org/std/alloc/trait.Allocator.html
    Thu Jan 22 13:44:19 GMT 2026
      34.3K bytes
  8. Clone in std::clone - Rust

    A common trait that allows explicit creation of a duplicate value.
    doc.rust-lang.org/std/clone/trait.Clone.html
    Thu Jan 22 13:44:20 GMT 2026
      240.7K bytes
  9. 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 Jan 22 13:44:28 GMT 2026
      180.5K bytes
  10. 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 Jan 22 13:44:28 GMT 2026
      170.8K bytes
Back to Top