Back to Materialize

List Operators

doc/user/layouts/shortcodes/list-operators.html

123437 B
Original Source

Operator | Description ---------|------------- listany &vert;&vert; listany | Concatenate the two lists. listany &vert;&vert; listelementany | Append the element to the list. listelementany &vert;&vert; listany | Prepend the element to the list. listany @> listany | Check if the first list contains all elements of the second list. listany <@ listany | Check if all elements of the first list are contained in the second list.