Commit 1cccda2
authored
v0.4.9 (#182)
## Added
- Functions for casting from core references (#181)
- `Array::cast_from_core`: `const fn` equivalent of `From<[T; N]>`
- `Array::cast_from_core_mut`: `mut` equivalent of the above
- `Array::from_ref`: cast `&T` to `&Array<T; U1>`
- `Array::from_mut`: `mut` equivalent of the above1 parent 7569e51 commit 1cccda2
3 files changed
Lines changed: 12 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
8 | 18 | | |
9 | 19 | | |
10 | 20 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments