Versions Compared

Key

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

...

Info
titleAvailability

This routine is available starting with katl-commons 1.0.

 

Description

Excerpt

If index is less than the array size, returns a new array without the element at the specified index.

...

The result returned by the routine is assigned to a new array watchers2, so the initial array watchers will not be modified.

Example 2

...

The result returned by the routine is assigned to the the same array watchers, so the initial array watchers will be modified.

See also

...