mirror of
https://github.com/openharmony/third_party_rust_tinyvec.git
synced 2026-07-21 01:35:22 -04:00
89c1023f1b3f872eefd73b12f30e949b268d8de0
This is an alternative to `Extend::extend` method for cases where the length of the iterator can not be checked. Since this vector can not reallocate to increase its capacity, it is unclear what to do with remaining elements in the iterator and the iterator itself. The interface also provides no way to communicate this to the caller.
Description
Languages
Rust
99.5%
Python
0.3%
Shell
0.2%