v 1.18:
objarray set
now allow to set multiple <n> values of index, index+1, index+<n>new command
objarray swap
new command
objarray permute
new command
objarray new_structured_connectivities
new command
objarray new_structured_coordinates
objarray reverse
now allow<blocksize>
to reverse considering as blocks of this sizenew command objarray
new_n_from_increment
to create n items starting from a value and incrementobjarray search
now allow-start <index>
to start finding from this index
v 1.17 :
objarray range
allow index<0
or>n
then become0
andn
, acting like Tcl standardlrange
command.v 1.16 :
objarray replace_value
v 1.15 :
objarray set
allow'nan'
special value-binary <data>
proc objarray_map { dst_objarray_type lambda lst_arrays }
...