complete

SpecialNodes complete

input ports:
Name Type Description Optional

input

?0

a tuple

no

output ports:
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 Default Values

See the example SpecialNodes/complete:

SpecialNodes complete2

This example outputs

SpecialNodes complete3

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.