mirror of
https://github.com/openharmony/third_party_rust_tinyvec.git
synced 2026-07-21 01:35:22 -04:00
6ea2d1afcb89d3414312521a63a591d34ae5f8dd
This adds the From trait impls for `&[T]` and `&mut [T]` to `TinyVec`, though unfortunately until we get lazy normalization, it currently requires that the `A: Array<item = T>` bound also be `Default`, so it does not work for array sizes > 32.
Description
Languages
Rust
99.5%
Python
0.3%
Shell
0.2%