Skip to content

v0.4.9

  • v0.4.9
  • 1cccda2
  • Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
  • Choose a tag to compare

  • v0.4.9
  • 1cccda2
  • Choose a tag to compare

  • Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
@tarcieri tarcieri tagged this 30 Mar 14:50
## 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 above
Assets 2
Loading