Matthias Krüger 0acb5b8513
Rollup merge of #124012 - slanterns:as_slice_stabilize, r=BurntSushi
Stabilize `binary_heap_as_slice`

This PR stabilizes `binary_heap_as_slice`:

```rust
// std::collections::BinaryHeap

impl BinaryHeap<T> {
    pub fn as_slice(&self) -> &[T]
}
```

<br>

Tracking issue: https://github.com/rust-lang/rust/issues/83659.
Implementation PR: https://github.com/rust-lang/rust/pull/82331.

FCPs already completed in the tracking issue.

Closes https://github.com/rust-lang/rust/issues/83659.

r? libs-api
2024-06-07 20:14:27 +02:00
..
2023-12-10 10:56:22 +08:00
2024-01-11 15:04:48 +03:00
2023-12-10 10:56:22 +08:00
2023-04-16 06:49:27 +00:00
2023-04-16 11:38:52 +00:00
2023-12-10 10:56:22 +08:00
2023-11-07 17:46:00 +01:00
2024-03-26 18:25:24 -04:00