Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1411 - 1420 of 2,346 for host:doc.rust-lang.org (0.04 sec)

  1. decode_utf16 in std::char - Rust

    Creates an iterator over the UTF-16 encoded code points in `iter`, returning unpaired surrogates as `Err`s. Use `char::decode_utf16` instead.
    doc.rust-lang.org/std/char/fn.decode_utf16.html
    Registered: Fri Aug 08 01:57:16 UTC 2025
    - Last Modified: Thu Aug 07 10:47:56 UTC 2025
    - 5.6K bytes
    - Viewed (0)
  2. TryFromCharError in std::char - Rust

    The error type returned when a checked char conversion fails.
    doc.rust-lang.org/std/char/struct.TryFromCharError.html
    Registered: Fri Aug 08 01:57:19 UTC 2025
    - Last Modified: Thu Aug 07 10:47:57 UTC 2025
    - 36K bytes
    - Viewed (0)
  3. MAX_LEN_UTF16 in std::char - Rust

    The maximum number of two-byte units required to encode a `char` to UTF-16 encoding.
    doc.rust-lang.org/std/char/constant.MAX_LEN_UTF16.html
    Registered: Fri Aug 08 01:57:35 UTC 2025
    - Last Modified: Thu Aug 07 10:47:56 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  4. DecodeUtf16Error in std::char - Rust

    An error that can be returned when decoding UTF-16 code points.
    doc.rust-lang.org/std/char/struct.DecodeUtf16Error.html
    Registered: Fri Aug 08 01:57:48 UTC 2025
    - Last Modified: Thu Aug 07 10:47:57 UTC 2025
    - 36.8K bytes
    - Viewed (0)
  5. MAX_EXP in std::f64 - Rust

    Maximum possible power of 2 exponent. Use `f64::MAX_EXP` instead.
    doc.rust-lang.org/std/f64/constant.MAX_EXP.html
    Registered: Fri Aug 08 01:59:15 UTC 2025
    - Last Modified: Thu Aug 07 10:47:58 UTC 2025
    - 4.7K bytes
    - Viewed (0)
  6. MAX_10_EXP in std::f64 - Rust

    Maximum possible power of 10 exponent. Use `f64::MAX_10_EXP` instead.
    doc.rust-lang.org/std/f64/constant.MAX_10_EXP.html
    Registered: Fri Aug 08 01:59:19 UTC 2025
    - Last Modified: Thu Aug 07 10:47:58 UTC 2025
    - 4.8K bytes
    - Viewed (0)
  7. NAN in std::f64 - Rust

    Not a Number (NaN). Use `f64::NAN` instead.
    doc.rust-lang.org/std/f64/constant.NAN.html
    Registered: Fri Aug 08 01:59:31 UTC 2025
    - Last Modified: Thu Aug 07 10:47:58 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  8. split_paths in std::env - Rust

    Parses input according to platform conventions for the `PATH` environment variable.
    doc.rust-lang.org/std/env/fn.split_paths.html
    Registered: Fri Aug 08 02:06:42 UTC 2025
    - Last Modified: Thu Aug 07 10:47:57 UTC 2025
    - 6.9K bytes
    - Viewed (0)
  9. PartialOrd in std::cmp - Rust

    Derive macro generating an impl of the trait `PartialOrd`. The behavior of this macro is described in detail here.
    doc.rust-lang.org/std/cmp/derive.PartialOrd.html
    Registered: Fri Aug 08 02:10:28 UTC 2025
    - Last Modified: Thu Aug 07 10:47:57 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  10. max_by_key in std::cmp - Rust

    Returns the element that gives the maximum value from the specified function.
    doc.rust-lang.org/std/cmp/fn.max_by_key.html
    Registered: Fri Aug 08 02:10:48 UTC 2025
    - Last Modified: Thu Aug 07 10:47:57 UTC 2025
    - 5.5K bytes
    - Viewed (0)
Back to top