complete
Name | Type | Description | Optional |
---|---|---|---|
input |
?0 |
a tuple |
no |
Name | Type | Description | Optional |
---|---|---|---|
output |
bool |
true if every slot of the input tuple is a non-default value |
no |
complete
outputs true when every slot of its input (which must be a tuple) has a non-default value for its type, and false otherwise. The default value for a Transparency type is zero for numbers, and an empty string, symbol or collection for other types. See Default Values
for more detail about the default value for each type.
See |
See the example SpecialNodes/complete:
This example outputs
The first tuple is complete because every slot has a non-default value: two non-zero numbers and a non-empty string. The second tuple is not complete because its second slot is zero.