> ## Documentation Index
> Fetch the complete documentation index at: https://docs.starknet.io/llms.txt
> Use this file to discover all available pages before exploring further.

# core::iter::traits::collect

## [Traits](./core-iter-traits-collect-traits)

|                                                         |                                                                                                                                                                           |
| :------------------------------------------------------ | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| [Extend](./core-iter-traits-collect-Extend)             | Extend a collection with the contents of an iterator. Iterators produce a series of values, and collections can also be thought of as a series of values. The `Extend`... |
| [FromIterator](./core-iter-traits-collect-FromIterator) | Conversion from an [`Iterator`](./core-iter-traits-iterator-Iterator) . By implementing `FromIterator`  for a type, you define how it will be...                          |
| [IntoIterator](./core-iter-traits-collect-IntoIterator) | Conversion into an [`Iterator`](./core-iter-traits-iterator-Iterator) . By implementing `IntoIterator`  for a type, you define how it will be...                          |
