Last updated 2 months ago
Was this helpful?
Determine whether a given value is empty.
We check for emptiness of anything that can be casted to: Array, Struct, Query, or String.
structIsEmpty(value=[any])
value
any
true
The value/object to check for emptiness.