]> git.lizzy.rs Git - rust.git/commit
Implement indexing slices with pairs of ops::Bound<usize>
authorAnthonyMikh <anthony.mikh@yandex.ru>
Thu, 8 Oct 2020 13:02:06 +0000 (16:02 +0300)
committerJoshua Nelson <jyn514@gmail.com>
Tue, 13 Apr 2021 13:57:24 +0000 (09:57 -0400)
commit7efba4f982a200627605f77b444e09de02ab2a1a
tree3590a84d0d9bfb850343a58e8389ae8d96795606
parent2e7eb85b1df5fce97e274569acf403c212aab517
Implement indexing slices with pairs of ops::Bound<usize>
library/core/src/slice/index.rs
library/core/tests/slice.rs