# Objective Implement FromIterator/IntoIterator for dynamic types where missing Note: - can't impl `IntoIterator` for `&Array` & co because of orphan rules - `into_iter().collect()` is a no-op for `Vec`s because of specialization --- ## Migration Guide - Change `DynamicArray::from_vec` to `DynamicArray::from_iter` |
||
|---|---|---|
| .. | ||
| custom_attributes.rs | ||
| dynamic_types.rs | ||
| function_reflection.rs | ||
| generic_reflection.rs | ||
| reflection_types.rs | ||
| reflection.rs | ||
| type_data.rs | ||