]> git.lizzy.rs Git - rust.git/commit
Add `[T; N]::as_[mut_]slice`
authorLukas Kalbertodt <lukas.kalbertodt@gmail.com>
Sun, 30 Aug 2020 18:22:09 +0000 (20:22 +0200)
committerLukas Kalbertodt <lukas.kalbertodt@gmail.com>
Sun, 30 Aug 2020 19:08:17 +0000 (21:08 +0200)
commit104a02301ca3cbc9f6056e9ebab8b928dad706af
treeb7e6272c784d90e8b56a399690b94bf75acd69b7
parent85fbf49ce0e2274d0acf798f6e703747674feec3
Add `[T; N]::as_[mut_]slice`

These methods are like the ones on `std::array::FixedSizeArray`
and in the crate `arraytools`.
library/core/src/array/mod.rs