Versions Compared

Key

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

The operators in this section are valid for maps. Many of these

Note: in addition to these operators, there is a membership infix operator that works on arrays and maps

Many of the following operators take an argument that is a hash path. A hash path is an array whose elements represent the key values (for a map) or array indices of a path from the root of a complex data structure to the element of interest. For example, consider the following data structure:

...