mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-02 19:53:46 +00:00
b46b05d1d2
This stabilizes the use of the following method in const context: impl<T> [T] { pub const fn split_at(&self, mid: usize) -> (&[T], &[T]); } |
||
---|---|---|
.. | ||
benches | ||
primitive_docs | ||
src | ||
tests | ||
Cargo.toml |