Functions from values to streams of values.
Assignment operators, such as =, |= (update), and +=, -=, …
=
|=
+=
-=
Binary operators, such as |, ,, //, …
|
,
//
Function from value to stream of values, such as .[] | add / length.
.[] | add / length
An element of an object construction filter.