An iterator over the value in theDocumentation Index
Fetch the complete documentation index at: https://docs.starknet.io/llms.txt
Use this file to discover all available pages before exploring further.
Some variant of an Option.
The iterator yields one value if the Option is a Some, otherwise none.
This struct is created by the into_iter method on Option (provided by the
IntoIterator trait).