class RDF::N3::Algebra::List::Iterate

Generates a list of lists when each constituent list is composed of the index and value of each element in the subject.

Binds variables in the object list.

@example

{ (1 2 3) list:iterate ((0 1) (1 2) (2 3)) } => { :test4a a :SUCCESS }.