empty
The empty value, represented by _, is a placeholder indicating absence of a value, missing data, or an intentionally ignored element. It is used to represent missing values in tables and skipped elements in tuple destructuring.
Syntax
An empty value is written using one or more underscores _:
____
Kind
The kind of an empty value is just empty:
<_>