]> git.lizzy.rs Git - rust.git/commit
add `slice::{from_ptr_range, from_mut_ptr_range}`
authorIbraheem Ahmed <ibrah1440@gmail.com>
Mon, 11 Oct 2021 21:41:25 +0000 (17:41 -0400)
committerIbraheem Ahmed <ibraheem@ibraheem.ca>
Sun, 27 Feb 2022 21:53:26 +0000 (16:53 -0500)
commitaac0281d30e3bf276422d215237c243047e5998b
tree2a805478a0d30c0c0d292de464e88bafeb1be2e6
parent4b043faba34ccc053a4d0110634c323f6c03765e
add `slice::{from_ptr_range, from_mut_ptr_range}`
library/core/src/slice/mod.rs
library/core/src/slice/raw.rs
library/core/tests/lib.rs
library/core/tests/slice.rs