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 elem is an element of the array type, returns a new array without the specified element.

...

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

Notes

Note
  1. If array is not defined as an array, the routine returns error.
  2. If elem is not the same type as declared in the array definition, the routine returns error.

...