Iterates the available settings in the builder.
(&self)
| 213 | |
| 214 | /// Iterates the available settings in the builder. |
| 215 | pub fn iter(&self) -> impl Iterator<Item = settings::Setting> + use<T> { |
| 216 | self.setup.iter() |
| 217 | } |
| 218 | |
| 219 | /// Combine the ISA-specific settings with the provided |
| 220 | /// ISA-independent settings and allocate a fully configured |
no outgoing calls