Struct miden_core::DecoratorIterator
source · pub struct DecoratorIterator<'a> { /* private fields */ }
Expand description
Iterator used to iterate through the decorator list of a span block while executing operation batches of a span block.
Implementations§
source§impl<'a> DecoratorIterator<'a>
impl<'a> DecoratorIterator<'a>
sourcepub fn new(decorators: &'a DecoratorList) -> Self
pub fn new(decorators: &'a DecoratorList) -> Self
Returns a new instance of decorator iterator instantiated with the provided decorator list.