Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
set obj [ objarray_map dst_type {list_arguments body_proc} list_of_arrays

Creates a new objarray of type dst_typewhose i-element is created by evaluating the lambda function with arguments <list_arguments> and body <body_proc> on the i-element of each array in <list_of_arrays>.

...